Shades of Cardinal #C80A40
Tints of Cardinal #C80A40
RGB
CMYK
RGB Variations
Color information
#C80A40 (or 0xC80A40) is known color: Cardinal. HEX triplet: C8, 0A and 40. RGB value is (200,10,64). Sum of RGB (Red+Green+Blue) = 200+10+64=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A40 is #37F5BF. Grayscale: #484848. Windows color (decimal): -3667392 or 4197064. OLE color: 4197064.
HSL color Cylindrical-coordinate representation of color #C80A40: hue angle of 342.95º 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 #C80A40 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 64 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.22 |
| HSL | 342.95º | 0.9% | 0.41% | - |
| HSV(B) | 342.95º | 0.95% | 0.78% | - |
| XYZ | 24.85 | 12.87 | 6.02 | - |
| YUV | 72.97 | 122.95 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 64 | 0 | 0.95 | 0.68 | 0.22 | 342.95 | 0.9 | 0.41 |
| Hex | C8 | A | 40 | 0 | 5F | 44 | 16 | 157 | 5A | 29 |
| Octal | 310 | 12 | 100 | 0 | 137 | 104 | 26 | 527 | 132 | 51 |
| Binary | 11001000 | 1010 | 1000000 | 0 | 1011111 | 1000100 | 10110 | 101010111 | 1011010 | 101001 |
Color Harmonies of #C80A40
Complementary color
Monochromatic Colors of #C80A40
Black with #C80A40
Text Example
Text Example
White with #C80A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A40; }
p { color: rgb(200,10,64); }
H1.HeaderClassName
{
color: #C80A40;
}
.AnyTagClassName
{
color: #C80A40;
}
</style>
background-color css
<style>
a { background-color: #C80A40; }
a { background-color: rgb(200,10,64); }
div.DivClassName
{
background-color: #C80A40;
}
.BgClassName
{
background-color: #C80A40;
}
</style>
border-color css
<style>
span { border-color: #C80A40; }
span { border-color: rgb(200,10,64); }
td.TdClassName
{
border-color: #C80A40;
}
.TagClassName
{
border-color: #C80A40;
}
</style>