Shades of Brick Red #C92845
Tints of Brick Red #C92845
RGB
CMYK
RGB Variations
Color information
#C92845 (or 0xC92845) is known color: Brick Red. HEX triplet: C9, 28 and 45. RGB value is (201,40,69). Sum of RGB (Red+Green+Blue) = 201+40+69=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C92845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92845 is #36D7BA. Grayscale: #5B5B5B. Windows color (decimal): -3594171 or 4532425. OLE color: 4532425.
HSL color Cylindrical-coordinate representation of color #C92845: hue angle of 349.19º 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 #C92845 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 69 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.21 |
| HSL | 349.19º | 0.67% | 0.47% | - |
| HSV(B) | 349.19º | 0.8% | 0.79% | - |
| XYZ | 25.92 | 14.36 | 7.04 | - |
| YUV | 91.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 69 | 0 | 0.80 | 0.66 | 0.21 | 349.19 | 0.67 | 0.47 |
| Hex | C9 | 28 | 45 | 0 | 50 | 42 | 15 | 15D | 43 | 2F |
| Octal | 311 | 50 | 105 | 0 | 120 | 102 | 25 | 535 | 103 | 57 |
| Binary | 11001001 | 101000 | 1000101 | 0 | 1010000 | 1000010 | 10101 | 101011101 | 1000011 | 101111 |
Color Harmonies of #C92845
Complementary color
Monochromatic Colors of #C92845
Black with #C92845
Text Example
Text Example
White with #C92845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92845; }
p { color: rgb(201,40,69); }
H1.HeaderClassName
{
color: #C92845;
}
.AnyTagClassName
{
color: #C92845;
}
</style>
background-color css
<style>
a { background-color: #C92845; }
a { background-color: rgb(201,40,69); }
div.DivClassName
{
background-color: #C92845;
}
.BgClassName
{
background-color: #C92845;
}
</style>
border-color css
<style>
span { border-color: #C92845; }
span { border-color: rgb(201,40,69); }
td.TdClassName
{
border-color: #C92845;
}
.TagClassName
{
border-color: #C92845;
}
</style>