Shades of Cardinal #C00A2F
Tints of Cardinal #C00A2F
RGB
CMYK
RGB Variations
Color information
#C00A2F (or 0xC00A2F) is known color: Cardinal. HEX triplet: C0, 0A and 2F. RGB value is (192,10,47). Sum of RGB (Red+Green+Blue) = 192+10+47=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A2F is #3FF5D0. Grayscale: #444444. Windows color (decimal): -4191697 or 3082944. OLE color: 3082944.
HSL color Cylindrical-coordinate representation of color #C00A2F: hue angle of 347.8º 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 #C00A2F is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.25 |
| HSL | 347.8º | 0.9% | 0.4% | - |
| HSV(B) | 347.8º | 0.95% | 0.75% | - |
| XYZ | 22.36 | 11.63 | 3.76 | - |
| YUV | 68.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 47 | 0 | 0.95 | 0.76 | 0.25 | 347.8 | 0.9 | 0.4 |
| Hex | C0 | A | 2F | 0 | 5F | 4C | 19 | 15C | 5A | 28 |
| Octal | 300 | 12 | 57 | 0 | 137 | 114 | 31 | 534 | 132 | 50 |
| Binary | 11000000 | 1010 | 101111 | 0 | 1011111 | 1001100 | 11001 | 101011100 | 1011010 | 101000 |
Color Harmonies of #C00A2F
Complementary color
Monochromatic Colors of #C00A2F
Black with #C00A2F
Text Example
Text Example
White with #C00A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A2F; }
p { color: rgb(192,10,47); }
H1.HeaderClassName
{
color: #C00A2F;
}
.AnyTagClassName
{
color: #C00A2F;
}
</style>
background-color css
<style>
a { background-color: #C00A2F; }
a { background-color: rgb(192,10,47); }
div.DivClassName
{
background-color: #C00A2F;
}
.BgClassName
{
background-color: #C00A2F;
}
</style>
border-color css
<style>
span { border-color: #C00A2F; }
span { border-color: rgb(192,10,47); }
td.TdClassName
{
border-color: #C00A2F;
}
.TagClassName
{
border-color: #C00A2F;
}
</style>