Shades of Cardinal #C80A32
Tints of Cardinal #C80A32
RGB
CMYK
RGB Variations
Color information
#C80A32 (or 0xC80A32) is known color: Cardinal. HEX triplet: C8, 0A and 32. RGB value is (200,10,50). Sum of RGB (Red+Green+Blue) = 200+10+50=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A32 is #37F5CD. Grayscale: #474747. Windows color (decimal): -3667406 or 3279560. OLE color: 3279560.
HSL color Cylindrical-coordinate representation of color #C80A32: hue angle of 347.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80A32 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.22 |
| HSL | 347.37º | 0.9% | 0.41% | - |
| HSV(B) | 347.37º | 0.95% | 0.78% | - |
| XYZ | 24.5 | 12.73 | 4.18 | - |
| YUV | 71.37 | 115.95 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 50 | 0 | 0.95 | 0.75 | 0.22 | 347.37 | 0.9 | 0.41 |
| Hex | C8 | A | 32 | 0 | 5F | 4B | 16 | 15B | 5A | 29 |
| Octal | 310 | 12 | 62 | 0 | 137 | 113 | 26 | 533 | 132 | 51 |
| Binary | 11001000 | 1010 | 110010 | 0 | 1011111 | 1001011 | 10110 | 101011011 | 1011010 | 101001 |
Color Harmonies of #C80A32
Complementary color
Monochromatic Colors of #C80A32
Black with #C80A32
Text Example
Text Example
White with #C80A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A32; }
p { color: rgb(200,10,50); }
H1.HeaderClassName
{
color: #C80A32;
}
.AnyTagClassName
{
color: #C80A32;
}
</style>
background-color css
<style>
a { background-color: #C80A32; }
a { background-color: rgb(200,10,50); }
div.DivClassName
{
background-color: #C80A32;
}
.BgClassName
{
background-color: #C80A32;
}
</style>
border-color css
<style>
span { border-color: #C80A32; }
span { border-color: rgb(200,10,50); }
td.TdClassName
{
border-color: #C80A32;
}
.TagClassName
{
border-color: #C80A32;
}
</style>