Shades of Brick Red #C92A44
Tints of Brick Red #C92A44
RGB
CMYK
RGB Variations
Color information
#C92A44 (or 0xC92A44) is known color: Brick Red. HEX triplet: C9, 2A and 44. RGB value is (201,42,68). Sum of RGB (Red+Green+Blue) = 201+42+68=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92A44 is #36D5BB. Grayscale: #5C5C5C. Windows color (decimal): -3593660 or 4467401. OLE color: 4467401.
HSL color Cylindrical-coordinate representation of color #C92A44: hue angle of 350.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92A44 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 68 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.21 |
| HSL | 350.19º | 0.65% | 0.48% | - |
| HSV(B) | 350.19º | 0.79% | 0.79% | - |
| XYZ | 25.96 | 14.49 | 6.9 | - |
| YUV | 92.51 | 114.18 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 68 | 0 | 0.79 | 0.66 | 0.21 | 350.19 | 0.65 | 0.48 |
| Hex | C9 | 2A | 44 | 0 | 4F | 42 | 15 | 15E | 41 | 30 |
| Octal | 311 | 52 | 104 | 0 | 117 | 102 | 25 | 536 | 101 | 60 |
| Binary | 11001001 | 101010 | 1000100 | 0 | 1001111 | 1000010 | 10101 | 101011110 | 1000001 | 110000 |
Color Harmonies of #C92A44
Complementary color
Monochromatic Colors of #C92A44
Black with #C92A44
Text Example
Text Example
White with #C92A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A44; }
p { color: rgb(201,42,68); }
H1.HeaderClassName
{
color: #C92A44;
}
.AnyTagClassName
{
color: #C92A44;
}
</style>
background-color css
<style>
a { background-color: #C92A44; }
a { background-color: rgb(201,42,68); }
div.DivClassName
{
background-color: #C92A44;
}
.BgClassName
{
background-color: #C92A44;
}
</style>
border-color css
<style>
span { border-color: #C92A44; }
span { border-color: rgb(201,42,68); }
td.TdClassName
{
border-color: #C92A44;
}
.TagClassName
{
border-color: #C92A44;
}
</style>