Shades of Brick Red #C02A3C
Tints of Brick Red #C02A3C
RGB
CMYK
RGB Variations
Color information
#C02A3C (or 0xC02A3C) is known color: Brick Red. HEX triplet: C0, 2A and 3C. RGB value is (192,42,60). Sum of RGB (Red+Green+Blue) = 192+42+60=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A3C is #3FD5C3. Grayscale: #585858. Windows color (decimal): -4183492 or 3943104. OLE color: 3943104.
HSL color Cylindrical-coordinate representation of color #C02A3C: hue angle of 352.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 #C02A3C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 60 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.25 |
| HSL | 352.8º | 0.64% | 0.46% | - |
| HSV(B) | 352.8º | 0.78% | 0.75% | - |
| XYZ | 23.38 | 13.19 | 5.59 | - |
| YUV | 88.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 60 | 0 | 0.78 | 0.69 | 0.25 | 352.8 | 0.64 | 0.46 |
| Hex | C0 | 2A | 3C | 0 | 4E | 45 | 19 | 161 | 40 | 2E |
| Octal | 300 | 52 | 74 | 0 | 116 | 105 | 31 | 541 | 100 | 56 |
| Binary | 11000000 | 101010 | 111100 | 0 | 1001110 | 1000101 | 11001 | 101100001 | 1000000 | 101110 |
Color Harmonies of #C02A3C
Complementary color
Monochromatic Colors of #C02A3C
Black with #C02A3C
Text Example
Text Example
White with #C02A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A3C; }
p { color: rgb(192,42,60); }
H1.HeaderClassName
{
color: #C02A3C;
}
.AnyTagClassName
{
color: #C02A3C;
}
</style>
background-color css
<style>
a { background-color: #C02A3C; }
a { background-color: rgb(192,42,60); }
div.DivClassName
{
background-color: #C02A3C;
}
.BgClassName
{
background-color: #C02A3C;
}
</style>
border-color css
<style>
span { border-color: #C02A3C; }
span { border-color: rgb(192,42,60); }
td.TdClassName
{
border-color: #C02A3C;
}
.TagClassName
{
border-color: #C02A3C;
}
</style>