Shades of Cardinal #C00A2E
Tints of Cardinal #C00A2E
RGB
CMYK
RGB Variations
Color information
#C00A2E (or 0xC00A2E) is known color: Cardinal. HEX triplet: C0, 0A and 2E. RGB value is (192,10,46). Sum of RGB (Red+Green+Blue) = 192+10+46=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A2E is #3FF5D1. Grayscale: #444444. Windows color (decimal): -4191698 or 3017408. OLE color: 3017408.
HSL color Cylindrical-coordinate representation of color #C00A2E: hue angle of 348.13º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A2E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 46 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.25 |
| HSL | 348.13º | 0.9% | 0.4% | - |
| HSV(B) | 348.13º | 0.95% | 0.75% | - |
| XYZ | 22.34 | 11.62 | 3.65 | - |
| YUV | 68.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 46 | 0 | 0.95 | 0.76 | 0.25 | 348.13 | 0.9 | 0.4 |
| Hex | C0 | A | 2E | 0 | 5F | 4C | 19 | 15C | 5A | 28 |
| Octal | 300 | 12 | 56 | 0 | 137 | 114 | 31 | 534 | 132 | 50 |
| Binary | 11000000 | 1010 | 101110 | 0 | 1011111 | 1001100 | 11001 | 101011100 | 1011010 | 101000 |
Color Harmonies of #C00A2E
Complementary color
Monochromatic Colors of #C00A2E
Black with #C00A2E
Text Example
Text Example
White with #C00A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A2E; }
p { color: rgb(192,10,46); }
H1.HeaderClassName
{
color: #C00A2E;
}
.AnyTagClassName
{
color: #C00A2E;
}
</style>
background-color css
<style>
a { background-color: #C00A2E; }
a { background-color: rgb(192,10,46); }
div.DivClassName
{
background-color: #C00A2E;
}
.BgClassName
{
background-color: #C00A2E;
}
</style>
border-color css
<style>
span { border-color: #C00A2E; }
span { border-color: rgb(192,10,46); }
td.TdClassName
{
border-color: #C00A2E;
}
.TagClassName
{
border-color: #C00A2E;
}
</style>