Shades of Brick Red #C92946
Tints of Brick Red #C92946
RGB
CMYK
RGB Variations
Color information
#C92946 (or 0xC92946) is known color: Brick Red. HEX triplet: C9, 29 and 46. RGB value is (201,41,70). Sum of RGB (Red+Green+Blue) = 201+41+70=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C92946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92946 is #36D6B9. Grayscale: #5C5C5C. Windows color (decimal): -3593914 or 4598217. OLE color: 4598217.
HSL color Cylindrical-coordinate representation of color #C92946: hue angle of 349.12º degrees, saturation: 0.66, 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 #C92946 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 70 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.21 |
| HSL | 349.13º | 0.66% | 0.47% | - |
| HSV(B) | 349.13º | 0.8% | 0.79% | - |
| XYZ | 25.99 | 14.45 | 7.21 | - |
| YUV | 92.15 | 115.51 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 70 | 0 | 0.80 | 0.65 | 0.21 | 349.13 | 0.66 | 0.47 |
| Hex | C9 | 29 | 46 | 0 | 50 | 41 | 15 | 15D | 42 | 2F |
| Octal | 311 | 51 | 106 | 0 | 120 | 101 | 25 | 535 | 102 | 57 |
| Binary | 11001001 | 101001 | 1000110 | 0 | 1010000 | 1000001 | 10101 | 101011101 | 1000010 | 101111 |
Color Harmonies of #C92946
Complementary color
Monochromatic Colors of #C92946
Black with #C92946
Text Example
Text Example
White with #C92946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92946; }
p { color: rgb(201,41,70); }
H1.HeaderClassName
{
color: #C92946;
}
.AnyTagClassName
{
color: #C92946;
}
</style>
background-color css
<style>
a { background-color: #C92946; }
a { background-color: rgb(201,41,70); }
div.DivClassName
{
background-color: #C92946;
}
.BgClassName
{
background-color: #C92946;
}
</style>
border-color css
<style>
span { border-color: #C92946; }
span { border-color: rgb(201,41,70); }
td.TdClassName
{
border-color: #C92946;
}
.TagClassName
{
border-color: #C92946;
}
</style>