Shades of Brick Red #C92838
Tints of Brick Red #C92838
RGB
CMYK
RGB Variations
Color information
#C92838 (or 0xC92838) is known color: Brick Red. HEX triplet: C9, 28 and 38. RGB value is (201,40,56). Sum of RGB (Red+Green+Blue) = 201+40+56=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C92838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92838 is #36D7C7. Grayscale: #5A5A5A. Windows color (decimal): -3594184 or 3680457. OLE color: 3680457.
HSL color Cylindrical-coordinate representation of color #C92838: hue angle of 354.04º 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 #C92838 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 56 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.21 |
| HSL | 354.04º | 0.67% | 0.47% | - |
| HSV(B) | 354.04º | 0.8% | 0.79% | - |
| XYZ | 25.56 | 14.22 | 5.14 | - |
| YUV | 89.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 56 | 0 | 0.80 | 0.72 | 0.21 | 354.04 | 0.67 | 0.47 |
| Hex | C9 | 28 | 38 | 0 | 50 | 48 | 15 | 162 | 43 | 2F |
| Octal | 311 | 50 | 70 | 0 | 120 | 110 | 25 | 542 | 103 | 57 |
| Binary | 11001001 | 101000 | 111000 | 0 | 1010000 | 1001000 | 10101 | 101100010 | 1000011 | 101111 |
Color Harmonies of #C92838
Complementary color
Monochromatic Colors of #C92838
Black with #C92838
Text Example
Text Example
White with #C92838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92838; }
p { color: rgb(201,40,56); }
H1.HeaderClassName
{
color: #C92838;
}
.AnyTagClassName
{
color: #C92838;
}
</style>
background-color css
<style>
a { background-color: #C92838; }
a { background-color: rgb(201,40,56); }
div.DivClassName
{
background-color: #C92838;
}
.BgClassName
{
background-color: #C92838;
}
</style>
border-color css
<style>
span { border-color: #C92838; }
span { border-color: rgb(201,40,56); }
td.TdClassName
{
border-color: #C92838;
}
.TagClassName
{
border-color: #C92838;
}
</style>