Shades of Brick Red #C02A43
Tints of Brick Red #C02A43
RGB
CMYK
RGB Variations
Color information
#C02A43 (or 0xC02A43) is known color: Brick Red. HEX triplet: C0, 2A and 43. RGB value is (192,42,67). Sum of RGB (Red+Green+Blue) = 192+42+67=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A43 is #3FD5BC. Grayscale: #595959. Windows color (decimal): -4183485 or 4401856. OLE color: 4401856.
HSL color Cylindrical-coordinate representation of color #C02A43: hue angle of 350º 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 #C02A43 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 67 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.25 |
| HSL | 350º | 0.64% | 0.46% | - |
| HSV(B) | 350º | 0.78% | 0.75% | - |
| XYZ | 23.58 | 13.27 | 6.63 | - |
| YUV | 89.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 67 | 0 | 0.78 | 0.65 | 0.25 | 350 | 0.64 | 0.46 |
| Hex | C0 | 2A | 43 | 0 | 4E | 41 | 19 | 15E | 40 | 2E |
| Octal | 300 | 52 | 103 | 0 | 116 | 101 | 31 | 536 | 100 | 56 |
| Binary | 11000000 | 101010 | 1000011 | 0 | 1001110 | 1000001 | 11001 | 101011110 | 1000000 | 101110 |
Color Harmonies of #C02A43
Complementary color
Monochromatic Colors of #C02A43
Black with #C02A43
Text Example
Text Example
White with #C02A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A43; }
p { color: rgb(192,42,67); }
H1.HeaderClassName
{
color: #C02A43;
}
.AnyTagClassName
{
color: #C02A43;
}
</style>
background-color css
<style>
a { background-color: #C02A43; }
a { background-color: rgb(192,42,67); }
div.DivClassName
{
background-color: #C02A43;
}
.BgClassName
{
background-color: #C02A43;
}
</style>
border-color css
<style>
span { border-color: #C02A43; }
span { border-color: rgb(192,42,67); }
td.TdClassName
{
border-color: #C02A43;
}
.TagClassName
{
border-color: #C02A43;
}
</style>