Shades of Brick Red #C92A39
Tints of Brick Red #C92A39
RGB
CMYK
RGB Variations
Color information
#C92A39 (or 0xC92A39) is known color: Brick Red. HEX triplet: C9, 2A and 39. RGB value is (201,42,57). Sum of RGB (Red+Green+Blue) = 201+42+57=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92A39 is #36D5C6. Grayscale: #5B5B5B. Windows color (decimal): -3593671 or 3746505. OLE color: 3746505.
HSL color Cylindrical-coordinate representation of color #C92A39: hue angle of 354.34º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A39 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 57 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.21 |
| HSL | 354.34º | 0.65% | 0.48% | - |
| HSV(B) | 354.34º | 0.79% | 0.79% | - |
| XYZ | 25.65 | 14.37 | 5.29 | - |
| YUV | 91.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 57 | 0 | 0.79 | 0.72 | 0.21 | 354.34 | 0.65 | 0.48 |
| Hex | C9 | 2A | 39 | 0 | 4F | 48 | 15 | 162 | 41 | 30 |
| Octal | 311 | 52 | 71 | 0 | 117 | 110 | 25 | 542 | 101 | 60 |
| Binary | 11001001 | 101010 | 111001 | 0 | 1001111 | 1001000 | 10101 | 101100010 | 1000001 | 110000 |
Color Harmonies of #C92A39
Complementary color
Monochromatic Colors of #C92A39
Black with #C92A39
Text Example
Text Example
White with #C92A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A39; }
p { color: rgb(201,42,57); }
H1.HeaderClassName
{
color: #C92A39;
}
.AnyTagClassName
{
color: #C92A39;
}
</style>
background-color css
<style>
a { background-color: #C92A39; }
a { background-color: rgb(201,42,57); }
div.DivClassName
{
background-color: #C92A39;
}
.BgClassName
{
background-color: #C92A39;
}
</style>
border-color css
<style>
span { border-color: #C92A39; }
span { border-color: rgb(201,42,57); }
td.TdClassName
{
border-color: #C92A39;
}
.TagClassName
{
border-color: #C92A39;
}
</style>