Shades of Brick Red #C02E42
Tints of Brick Red #C02E42
RGB
CMYK
RGB Variations
Color information
#C02E42 (or 0xC02E42) is known color: Brick Red. HEX triplet: C0, 2E and 42. RGB value is (192,46,66). Sum of RGB (Red+Green+Blue) = 192+46+66=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E42 is #3FD1BD. Grayscale: #5C5C5C. Windows color (decimal): -4182462 or 4337344. OLE color: 4337344.
HSL color Cylindrical-coordinate representation of color #C02E42: hue angle of 351.78º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E42 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 66 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.25 |
| HSL | 351.78º | 0.61% | 0.47% | - |
| HSV(B) | 351.78º | 0.76% | 0.75% | - |
| XYZ | 23.7 | 13.55 | 6.52 | - |
| YUV | 91.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 66 | 0 | 0.76 | 0.66 | 0.25 | 351.78 | 0.61 | 0.47 |
| Hex | C0 | 2E | 42 | 0 | 4C | 42 | 19 | 160 | 3D | 2F |
| Octal | 300 | 56 | 102 | 0 | 114 | 102 | 31 | 540 | 75 | 57 |
| Binary | 11000000 | 101110 | 1000010 | 0 | 1001100 | 1000010 | 11001 | 101100000 | 111101 | 101111 |
Color Harmonies of #C02E42
Complementary color
Monochromatic Colors of #C02E42
Black with #C02E42
Text Example
Text Example
White with #C02E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E42; }
p { color: rgb(192,46,66); }
H1.HeaderClassName
{
color: #C02E42;
}
.AnyTagClassName
{
color: #C02E42;
}
</style>
background-color css
<style>
a { background-color: #C02E42; }
a { background-color: rgb(192,46,66); }
div.DivClassName
{
background-color: #C02E42;
}
.BgClassName
{
background-color: #C02E42;
}
</style>
border-color css
<style>
span { border-color: #C02E42; }
span { border-color: rgb(192,46,66); }
td.TdClassName
{
border-color: #C02E42;
}
.TagClassName
{
border-color: #C02E42;
}
</style>