Shades of Brick Red #C02A3A
Tints of Brick Red #C02A3A
RGB
CMYK
RGB Variations
Color information
#C02A3A (or 0xC02A3A) is known color: Brick Red. HEX triplet: C0, 2A and 3A. RGB value is (192,42,58). Sum of RGB (Red+Green+Blue) = 192+42+58=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A3A is #3FD5C5. Grayscale: #585858. Windows color (decimal): -4183494 or 3812032. OLE color: 3812032.
HSL color Cylindrical-coordinate representation of color #C02A3A: hue angle of 353.6º 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 #C02A3A is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 58 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.25 |
| HSL | 353.6º | 0.64% | 0.46% | - |
| HSV(B) | 353.6º | 0.78% | 0.75% | - |
| XYZ | 23.33 | 13.17 | 5.32 | - |
| YUV | 88.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 58 | 0 | 0.78 | 0.70 | 0.25 | 353.6 | 0.64 | 0.46 |
| Hex | C0 | 2A | 3A | 0 | 4E | 46 | 19 | 162 | 40 | 2E |
| Octal | 300 | 52 | 72 | 0 | 116 | 106 | 31 | 542 | 100 | 56 |
| Binary | 11000000 | 101010 | 111010 | 0 | 1001110 | 1000110 | 11001 | 101100010 | 1000000 | 101110 |
Color Harmonies of #C02A3A
Complementary color
Monochromatic Colors of #C02A3A
Black with #C02A3A
Text Example
Text Example
White with #C02A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A3A; }
p { color: rgb(192,42,58); }
H1.HeaderClassName
{
color: #C02A3A;
}
.AnyTagClassName
{
color: #C02A3A;
}
</style>
background-color css
<style>
a { background-color: #C02A3A; }
a { background-color: rgb(192,42,58); }
div.DivClassName
{
background-color: #C02A3A;
}
.BgClassName
{
background-color: #C02A3A;
}
</style>
border-color css
<style>
span { border-color: #C02A3A; }
span { border-color: rgb(192,42,58); }
td.TdClassName
{
border-color: #C02A3A;
}
.TagClassName
{
border-color: #C02A3A;
}
</style>