Shades of Cardinal #C80A36
Tints of Cardinal #C80A36
RGB
CMYK
RGB Variations
Color information
#C80A36 (or 0xC80A36) is known color: Cardinal. HEX triplet: C8, 0A and 36. RGB value is (200,10,54). Sum of RGB (Red+Green+Blue) = 200+10+54=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80A36 is #37F5C9. Grayscale: #474747. Windows color (decimal): -3667402 or 3541704. OLE color: 3541704.
HSL color Cylindrical-coordinate representation of color #C80A36: hue angle of 346.11º 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 #C80A36 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 54 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.22 |
| HSL | 346.11º | 0.9% | 0.41% | - |
| HSV(B) | 346.11º | 0.95% | 0.78% | - |
| XYZ | 24.59 | 12.76 | 4.66 | - |
| YUV | 71.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 54 | 0 | 0.95 | 0.73 | 0.22 | 346.11 | 0.9 | 0.41 |
| Hex | C8 | A | 36 | 0 | 5F | 49 | 16 | 15A | 5A | 29 |
| Octal | 310 | 12 | 66 | 0 | 137 | 111 | 26 | 532 | 132 | 51 |
| Binary | 11001000 | 1010 | 110110 | 0 | 1011111 | 1001001 | 10110 | 101011010 | 1011010 | 101001 |
Color Harmonies of #C80A36
Complementary color
Monochromatic Colors of #C80A36
Black with #C80A36
Text Example
Text Example
White with #C80A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A36; }
p { color: rgb(200,10,54); }
H1.HeaderClassName
{
color: #C80A36;
}
.AnyTagClassName
{
color: #C80A36;
}
</style>
background-color css
<style>
a { background-color: #C80A36; }
a { background-color: rgb(200,10,54); }
div.DivClassName
{
background-color: #C80A36;
}
.BgClassName
{
background-color: #C80A36;
}
</style>
border-color css
<style>
span { border-color: #C80A36; }
span { border-color: rgb(200,10,54); }
td.TdClassName
{
border-color: #C80A36;
}
.TagClassName
{
border-color: #C80A36;
}
</style>