Shades of Brick Red #C92446
Tints of Brick Red #C92446
RGB
CMYK
RGB Variations
Color information
#C92446 (or 0xC92446) is known color: Brick Red. HEX triplet: C9, 24 and 46. RGB value is (201,36,70). Sum of RGB (Red+Green+Blue) = 201+36+70=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C92446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92446 is #36DBB9. Grayscale: #595959. Windows color (decimal): -3595194 or 4596937. OLE color: 4596937.
HSL color Cylindrical-coordinate representation of color #C92446: hue angle of 347.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92446 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 70 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.21 |
| HSL | 347.64º | 0.7% | 0.46% | - |
| HSV(B) | 347.64º | 0.82% | 0.79% | - |
| XYZ | 25.82 | 14.12 | 7.16 | - |
| YUV | 89.21 | 117.16 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 70 | 0 | 0.82 | 0.65 | 0.21 | 347.64 | 0.7 | 0.46 |
| Hex | C9 | 24 | 46 | 0 | 52 | 41 | 15 | 15C | 46 | 2E |
| Octal | 311 | 44 | 106 | 0 | 122 | 101 | 25 | 534 | 106 | 56 |
| Binary | 11001001 | 100100 | 1000110 | 0 | 1010010 | 1000001 | 10101 | 101011100 | 1000110 | 101110 |
Color Harmonies of #C92446
Complementary color
Monochromatic Colors of #C92446
Black with #C92446
Text Example
Text Example
White with #C92446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92446; }
p { color: rgb(201,36,70); }
H1.HeaderClassName
{
color: #C92446;
}
.AnyTagClassName
{
color: #C92446;
}
</style>
background-color css
<style>
a { background-color: #C92446; }
a { background-color: rgb(201,36,70); }
div.DivClassName
{
background-color: #C92446;
}
.BgClassName
{
background-color: #C92446;
}
</style>
border-color css
<style>
span { border-color: #C92446; }
span { border-color: rgb(201,36,70); }
td.TdClassName
{
border-color: #C92446;
}
.TagClassName
{
border-color: #C92446;
}
</style>