Shades of Brick Red #C92849
Tints of Brick Red #C92849
RGB
CMYK
RGB Variations
Color information
#C92849 (or 0xC92849) is known color: Brick Red. HEX triplet: C9, 28 and 49. RGB value is (201,40,73). Sum of RGB (Red+Green+Blue) = 201+40+73=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C92849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92849 is #36D7B6. Grayscale: #5B5B5B. Windows color (decimal): -3594167 or 4794569. OLE color: 4794569.
HSL color Cylindrical-coordinate representation of color #C92849: hue angle of 347.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92849 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 73 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.21 |
| HSL | 347.7º | 0.67% | 0.47% | - |
| HSV(B) | 347.7º | 0.8% | 0.79% | - |
| XYZ | 26.05 | 14.42 | 7.71 | - |
| YUV | 91.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 73 | 0 | 0.80 | 0.64 | 0.21 | 347.7 | 0.67 | 0.47 |
| Hex | C9 | 28 | 49 | 0 | 50 | 40 | 15 | 15C | 43 | 2F |
| Octal | 311 | 50 | 111 | 0 | 120 | 100 | 25 | 534 | 103 | 57 |
| Binary | 11001001 | 101000 | 1001001 | 0 | 1010000 | 1000000 | 10101 | 101011100 | 1000011 | 101111 |
Color Harmonies of #C92849
Complementary color
Monochromatic Colors of #C92849
Black with #C92849
Text Example
Text Example
White with #C92849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92849; }
p { color: rgb(201,40,73); }
H1.HeaderClassName
{
color: #C92849;
}
.AnyTagClassName
{
color: #C92849;
}
</style>
background-color css
<style>
a { background-color: #C92849; }
a { background-color: rgb(201,40,73); }
div.DivClassName
{
background-color: #C92849;
}
.BgClassName
{
background-color: #C92849;
}
</style>
border-color css
<style>
span { border-color: #C92849; }
span { border-color: rgb(201,40,73); }
td.TdClassName
{
border-color: #C92849;
}
.TagClassName
{
border-color: #C92849;
}
</style>