Shades of Brick Red #C02A44
Tints of Brick Red #C02A44
RGB
CMYK
RGB Variations
Color information
#C02A44 (or 0xC02A44) is known color: Brick Red. HEX triplet: C0, 2A and 44. RGB value is (192,42,68). Sum of RGB (Red+Green+Blue) = 192+42+68=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A44 is #3FD5BB. Grayscale: #595959. Windows color (decimal): -4183484 or 4467392. OLE color: 4467392.
HSL color Cylindrical-coordinate representation of color #C02A44: hue angle of 349.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 #C02A44 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 68 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.25 |
| HSL | 349.6º | 0.64% | 0.46% | - |
| HSV(B) | 349.6º | 0.78% | 0.75% | - |
| XYZ | 23.61 | 13.28 | 6.79 | - |
| YUV | 89.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 68 | 0 | 0.78 | 0.65 | 0.25 | 349.6 | 0.64 | 0.46 |
| Hex | C0 | 2A | 44 | 0 | 4E | 41 | 19 | 15E | 40 | 2E |
| Octal | 300 | 52 | 104 | 0 | 116 | 101 | 31 | 536 | 100 | 56 |
| Binary | 11000000 | 101010 | 1000100 | 0 | 1001110 | 1000001 | 11001 | 101011110 | 1000000 | 101110 |
Color Harmonies of #C02A44
Complementary color
Monochromatic Colors of #C02A44
Black with #C02A44
Text Example
Text Example
White with #C02A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A44; }
p { color: rgb(192,42,68); }
H1.HeaderClassName
{
color: #C02A44;
}
.AnyTagClassName
{
color: #C02A44;
}
</style>
background-color css
<style>
a { background-color: #C02A44; }
a { background-color: rgb(192,42,68); }
div.DivClassName
{
background-color: #C02A44;
}
.BgClassName
{
background-color: #C02A44;
}
</style>
border-color css
<style>
span { border-color: #C02A44; }
span { border-color: rgb(192,42,68); }
td.TdClassName
{
border-color: #C02A44;
}
.TagClassName
{
border-color: #C02A44;
}
</style>