Shades of Brick Red #C02A41
Tints of Brick Red #C02A41
RGB
CMYK
RGB Variations
Color information
#C02A41 (or 0xC02A41) is known color: Brick Red. HEX triplet: C0, 2A and 41. RGB value is (192,42,65). Sum of RGB (Red+Green+Blue) = 192+42+65=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A41 is #3FD5BE. Grayscale: #595959. Windows color (decimal): -4183487 or 4270784. OLE color: 4270784.
HSL color Cylindrical-coordinate representation of color #C02A41: hue angle of 350.8º 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 #C02A41 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 65 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.25 |
| HSL | 350.8º | 0.64% | 0.46% | - |
| HSV(B) | 350.8º | 0.78% | 0.75% | - |
| XYZ | 23.52 | 13.24 | 6.32 | - |
| YUV | 89.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 65 | 0 | 0.78 | 0.66 | 0.25 | 350.8 | 0.64 | 0.46 |
| Hex | C0 | 2A | 41 | 0 | 4E | 42 | 19 | 15F | 40 | 2E |
| Octal | 300 | 52 | 101 | 0 | 116 | 102 | 31 | 537 | 100 | 56 |
| Binary | 11000000 | 101010 | 1000001 | 0 | 1001110 | 1000010 | 11001 | 101011111 | 1000000 | 101110 |
Color Harmonies of #C02A41
Complementary color
Monochromatic Colors of #C02A41
Black with #C02A41
Text Example
Text Example
White with #C02A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A41; }
p { color: rgb(192,42,65); }
H1.HeaderClassName
{
color: #C02A41;
}
.AnyTagClassName
{
color: #C02A41;
}
</style>
background-color css
<style>
a { background-color: #C02A41; }
a { background-color: rgb(192,42,65); }
div.DivClassName
{
background-color: #C02A41;
}
.BgClassName
{
background-color: #C02A41;
}
</style>
border-color css
<style>
span { border-color: #C02A41; }
span { border-color: rgb(192,42,65); }
td.TdClassName
{
border-color: #C02A41;
}
.TagClassName
{
border-color: #C02A41;
}
</style>