Shades of Brick Red #C02A39
Tints of Brick Red #C02A39
RGB
CMYK
RGB Variations
Color information
#C02A39 (or 0xC02A39) is known color: Brick Red. HEX triplet: C0, 2A and 39. RGB value is (192,42,57). Sum of RGB (Red+Green+Blue) = 192+42+57=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A39 is #3FD5C6. Grayscale: #585858. Windows color (decimal): -4183495 or 3746496. OLE color: 3746496.
HSL color Cylindrical-coordinate representation of color #C02A39: hue angle of 354º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A39 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 57 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.25 |
| HSL | 354º | 0.64% | 0.46% | - |
| HSV(B) | 354º | 0.78% | 0.75% | - |
| XYZ | 23.3 | 13.16 | 5.18 | - |
| YUV | 88.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 57 | 0 | 0.78 | 0.70 | 0.25 | 354 | 0.64 | 0.46 |
| Hex | C0 | 2A | 39 | 0 | 4E | 46 | 19 | 162 | 40 | 2E |
| Octal | 300 | 52 | 71 | 0 | 116 | 106 | 31 | 542 | 100 | 56 |
| Binary | 11000000 | 101010 | 111001 | 0 | 1001110 | 1000110 | 11001 | 101100010 | 1000000 | 101110 |
Color Harmonies of #C02A39
Complementary color
Monochromatic Colors of #C02A39
Black with #C02A39
Text Example
Text Example
White with #C02A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A39; }
p { color: rgb(192,42,57); }
H1.HeaderClassName
{
color: #C02A39;
}
.AnyTagClassName
{
color: #C02A39;
}
</style>
background-color css
<style>
a { background-color: #C02A39; }
a { background-color: rgb(192,42,57); }
div.DivClassName
{
background-color: #C02A39;
}
.BgClassName
{
background-color: #C02A39;
}
</style>
border-color css
<style>
span { border-color: #C02A39; }
span { border-color: rgb(192,42,57); }
td.TdClassName
{
border-color: #C02A39;
}
.TagClassName
{
border-color: #C02A39;
}
</style>