Shades of Brick Red #C02C39
Tints of Brick Red #C02C39
RGB
CMYK
RGB Variations
Color information
#C02C39 (or 0xC02C39) is known color: Brick Red. HEX triplet: C0, 2C and 39. RGB value is (192,44,57). Sum of RGB (Red+Green+Blue) = 192+44+57=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C39 is #3FD3C6. Grayscale: #595959. Windows color (decimal): -4182983 or 3747008. OLE color: 3747008.
HSL color Cylindrical-coordinate representation of color #C02C39: hue angle of 354.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C39 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 57 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.25 |
| HSL | 354.73º | 0.63% | 0.46% | - |
| HSV(B) | 354.73º | 0.77% | 0.75% | - |
| XYZ | 23.38 | 13.3 | 5.21 | - |
| YUV | 89.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 57 | 0 | 0.77 | 0.70 | 0.25 | 354.73 | 0.63 | 0.46 |
| Hex | C0 | 2C | 39 | 0 | 4D | 46 | 19 | 163 | 3F | 2E |
| Octal | 300 | 54 | 71 | 0 | 115 | 106 | 31 | 543 | 77 | 56 |
| Binary | 11000000 | 101100 | 111001 | 0 | 1001101 | 1000110 | 11001 | 101100011 | 111111 | 101110 |
Color Harmonies of #C02C39
Complementary color
Monochromatic Colors of #C02C39
Black with #C02C39
Text Example
Text Example
White with #C02C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C39; }
p { color: rgb(192,44,57); }
H1.HeaderClassName
{
color: #C02C39;
}
.AnyTagClassName
{
color: #C02C39;
}
</style>
background-color css
<style>
a { background-color: #C02C39; }
a { background-color: rgb(192,44,57); }
div.DivClassName
{
background-color: #C02C39;
}
.BgClassName
{
background-color: #C02C39;
}
</style>
border-color css
<style>
span { border-color: #C02C39; }
span { border-color: rgb(192,44,57); }
td.TdClassName
{
border-color: #C02C39;
}
.TagClassName
{
border-color: #C02C39;
}
</style>