Shades of Brick Red #C02C40
Tints of Brick Red #C02C40
RGB
CMYK
RGB Variations
Color information
#C02C40 (or 0xC02C40) is known color: Brick Red. HEX triplet: C0, 2C and 40. RGB value is (192,44,64). Sum of RGB (Red+Green+Blue) = 192+44+64=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C40 is #3FD3BF. Grayscale: #5A5A5A. Windows color (decimal): -4182976 or 4205760. OLE color: 4205760.
HSL color Cylindrical-coordinate representation of color #C02C40: hue angle of 351.89º 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 #C02C40 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 64 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.25 |
| HSL | 351.89º | 0.63% | 0.46% | - |
| HSV(B) | 351.89º | 0.77% | 0.75% | - |
| XYZ | 23.56 | 13.38 | 6.19 | - |
| YUV | 90.53 | 113.03 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 64 | 0 | 0.77 | 0.67 | 0.25 | 351.89 | 0.63 | 0.46 |
| Hex | C0 | 2C | 40 | 0 | 4D | 43 | 19 | 160 | 3F | 2E |
| Octal | 300 | 54 | 100 | 0 | 115 | 103 | 31 | 540 | 77 | 56 |
| Binary | 11000000 | 101100 | 1000000 | 0 | 1001101 | 1000011 | 11001 | 101100000 | 111111 | 101110 |
Color Harmonies of #C02C40
Complementary color
Monochromatic Colors of #C02C40
Black with #C02C40
Text Example
Text Example
White with #C02C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C40; }
p { color: rgb(192,44,64); }
H1.HeaderClassName
{
color: #C02C40;
}
.AnyTagClassName
{
color: #C02C40;
}
</style>
background-color css
<style>
a { background-color: #C02C40; }
a { background-color: rgb(192,44,64); }
div.DivClassName
{
background-color: #C02C40;
}
.BgClassName
{
background-color: #C02C40;
}
</style>
border-color css
<style>
span { border-color: #C02C40; }
span { border-color: rgb(192,44,64); }
td.TdClassName
{
border-color: #C02C40;
}
.TagClassName
{
border-color: #C02C40;
}
</style>