Shades of Brick Red #C92846
Tints of Brick Red #C92846
RGB
CMYK
RGB Variations
Color information
#C92846 (or 0xC92846) is known color: Brick Red. HEX triplet: C9, 28 and 46. RGB value is (201,40,70). Sum of RGB (Red+Green+Blue) = 201+40+70=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92846 is #36D7B9. Grayscale: #5B5B5B. Windows color (decimal): -3594170 or 4597961. OLE color: 4597961.
HSL color Cylindrical-coordinate representation of color #C92846: hue angle of 348.82º 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 #C92846 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 70 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.21 |
| HSL | 348.82º | 0.67% | 0.47% | - |
| HSV(B) | 348.82º | 0.8% | 0.79% | - |
| XYZ | 25.95 | 14.38 | 7.2 | - |
| YUV | 91.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 70 | 0 | 0.80 | 0.65 | 0.21 | 348.82 | 0.67 | 0.47 |
| Hex | C9 | 28 | 46 | 0 | 50 | 41 | 15 | 15D | 43 | 2F |
| Octal | 311 | 50 | 106 | 0 | 120 | 101 | 25 | 535 | 103 | 57 |
| Binary | 11001001 | 101000 | 1000110 | 0 | 1010000 | 1000001 | 10101 | 101011101 | 1000011 | 101111 |
Color Harmonies of #C92846
Complementary color
Monochromatic Colors of #C92846
Black with #C92846
Text Example
Text Example
White with #C92846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92846; }
p { color: rgb(201,40,70); }
H1.HeaderClassName
{
color: #C92846;
}
.AnyTagClassName
{
color: #C92846;
}
</style>
background-color css
<style>
a { background-color: #C92846; }
a { background-color: rgb(201,40,70); }
div.DivClassName
{
background-color: #C92846;
}
.BgClassName
{
background-color: #C92846;
}
</style>
border-color css
<style>
span { border-color: #C92846; }
span { border-color: rgb(201,40,70); }
td.TdClassName
{
border-color: #C92846;
}
.TagClassName
{
border-color: #C92846;
}
</style>