Shades of Brick Red #C02A45
Tints of Brick Red #C02A45
RGB
CMYK
RGB Variations
Color information
#C02A45 (or 0xC02A45) is known color: Brick Red. HEX triplet: C0, 2A and 45. RGB value is (192,42,69). Sum of RGB (Red+Green+Blue) = 192+42+69=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A45 is #3FD5BA. Grayscale: #595959. Windows color (decimal): -4183483 or 4532928. OLE color: 4532928.
HSL color Cylindrical-coordinate representation of color #C02A45: hue angle of 349.2º 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 #C02A45 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 69 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.25 |
| HSL | 349.2º | 0.64% | 0.46% | - |
| HSV(B) | 349.2º | 0.78% | 0.75% | - |
| XYZ | 23.64 | 13.29 | 6.95 | - |
| YUV | 89.93 | 116.2 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 69 | 0 | 0.78 | 0.64 | 0.25 | 349.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 45 | 0 | 4E | 40 | 19 | 15D | 40 | 2E |
| Octal | 300 | 52 | 105 | 0 | 116 | 100 | 31 | 535 | 100 | 56 |
| Binary | 11000000 | 101010 | 1000101 | 0 | 1001110 | 1000000 | 11001 | 101011101 | 1000000 | 101110 |
Color Harmonies of #C02A45
Complementary color
Monochromatic Colors of #C02A45
Black with #C02A45
Text Example
Text Example
White with #C02A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A45; }
p { color: rgb(192,42,69); }
H1.HeaderClassName
{
color: #C02A45;
}
.AnyTagClassName
{
color: #C02A45;
}
</style>
background-color css
<style>
a { background-color: #C02A45; }
a { background-color: rgb(192,42,69); }
div.DivClassName
{
background-color: #C02A45;
}
.BgClassName
{
background-color: #C02A45;
}
</style>
border-color css
<style>
span { border-color: #C02A45; }
span { border-color: rgb(192,42,69); }
td.TdClassName
{
border-color: #C02A45;
}
.TagClassName
{
border-color: #C02A45;
}
</style>