Shades of Brick Red #C93246
Tints of Brick Red #C93246
RGB
CMYK
RGB Variations
Color information
#C93246 (or 0xC93246) is known color: Brick Red. HEX triplet: C9, 32 and 46. RGB value is (201,50,70). Sum of RGB (Red+Green+Blue) = 201+50+70=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93246 is #36CDB9. Grayscale: #616161. Windows color (decimal): -3591610 or 4600521. OLE color: 4600521.
HSL color Cylindrical-coordinate representation of color #C93246: hue angle of 352.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93246 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 70 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.21 |
| HSL | 352.05º | 0.6% | 0.49% | - |
| HSV(B) | 352.05º | 0.75% | 0.79% | - |
| XYZ | 26.33 | 15.14 | 7.33 | - |
| YUV | 97.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 70 | 0 | 0.75 | 0.65 | 0.21 | 352.05 | 0.6 | 0.49 |
| Hex | C9 | 32 | 46 | 0 | 4B | 41 | 15 | 160 | 3C | 31 |
| Octal | 311 | 62 | 106 | 0 | 113 | 101 | 25 | 540 | 74 | 61 |
| Binary | 11001001 | 110010 | 1000110 | 0 | 1001011 | 1000001 | 10101 | 101100000 | 111100 | 110001 |
Color Harmonies of #C93246
Complementary color
Monochromatic Colors of #C93246
Black with #C93246
Text Example
Text Example
White with #C93246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93246; }
p { color: rgb(201,50,70); }
H1.HeaderClassName
{
color: #C93246;
}
.AnyTagClassName
{
color: #C93246;
}
</style>
background-color css
<style>
a { background-color: #C93246; }
a { background-color: rgb(201,50,70); }
div.DivClassName
{
background-color: #C93246;
}
.BgClassName
{
background-color: #C93246;
}
</style>
border-color css
<style>
span { border-color: #C93246; }
span { border-color: rgb(201,50,70); }
td.TdClassName
{
border-color: #C93246;
}
.TagClassName
{
border-color: #C93246;
}
</style>