Shades of Brick Red #C02844
Tints of Brick Red #C02844
RGB
CMYK
RGB Variations
Color information
#C02844 (or 0xC02844) is known color: Brick Red. HEX triplet: C0, 28 and 44. RGB value is (192,40,68). Sum of RGB (Red+Green+Blue) = 192+40+68=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C02844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02844 is #3FD7BB. Grayscale: #585858. Windows color (decimal): -4183996 or 4466880. OLE color: 4466880.
HSL color Cylindrical-coordinate representation of color #C02844: hue angle of 348.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02844 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 68 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.25 |
| HSL | 348.95º | 0.66% | 0.45% | - |
| HSV(B) | 348.95º | 0.79% | 0.75% | - |
| XYZ | 23.54 | 13.14 | 6.76 | - |
| YUV | 88.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 68 | 0 | 0.79 | 0.65 | 0.25 | 348.95 | 0.66 | 0.45 |
| Hex | C0 | 28 | 44 | 0 | 4F | 41 | 19 | 15D | 42 | 2D |
| Octal | 300 | 50 | 104 | 0 | 117 | 101 | 31 | 535 | 102 | 55 |
| Binary | 11000000 | 101000 | 1000100 | 0 | 1001111 | 1000001 | 11001 | 101011101 | 1000010 | 101101 |
Color Harmonies of #C02844
Complementary color
Monochromatic Colors of #C02844
Black with #C02844
Text Example
Text Example
White with #C02844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02844; }
p { color: rgb(192,40,68); }
H1.HeaderClassName
{
color: #C02844;
}
.AnyTagClassName
{
color: #C02844;
}
</style>
background-color css
<style>
a { background-color: #C02844; }
a { background-color: rgb(192,40,68); }
div.DivClassName
{
background-color: #C02844;
}
.BgClassName
{
background-color: #C02844;
}
</style>
border-color css
<style>
span { border-color: #C02844; }
span { border-color: rgb(192,40,68); }
td.TdClassName
{
border-color: #C02844;
}
.TagClassName
{
border-color: #C02844;
}
</style>