Shades of Cardinal #C40A40
Tints of Cardinal #C40A40
RGB
CMYK
RGB Variations
Color information
#C40A40 (or 0xC40A40) is known color: Cardinal. HEX triplet: C4, 0A and 40. RGB value is (196,10,64). Sum of RGB (Red+Green+Blue) = 196+10+64=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A40 is #3BF5BF. Grayscale: #474747. Windows color (decimal): -3929536 or 4197060. OLE color: 4197060.
HSL color Cylindrical-coordinate representation of color #C40A40: hue angle of 342.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A40 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 64 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.23 |
| HSL | 342.58º | 0.9% | 0.4% | - |
| HSV(B) | 342.58º | 0.95% | 0.77% | - |
| XYZ | 23.8 | 12.32 | 5.97 | - |
| YUV | 71.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 64 | 0 | 0.95 | 0.67 | 0.23 | 342.58 | 0.9 | 0.4 |
| Hex | C4 | A | 40 | 0 | 5F | 43 | 17 | 157 | 5A | 28 |
| Octal | 304 | 12 | 100 | 0 | 137 | 103 | 27 | 527 | 132 | 50 |
| Binary | 11000100 | 1010 | 1000000 | 0 | 1011111 | 1000011 | 10111 | 101010111 | 1011010 | 101000 |
Color Harmonies of #C40A40
Complementary color
Monochromatic Colors of #C40A40
Black with #C40A40
Text Example
Text Example
White with #C40A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A40; }
p { color: rgb(196,10,64); }
H1.HeaderClassName
{
color: #C40A40;
}
.AnyTagClassName
{
color: #C40A40;
}
</style>
background-color css
<style>
a { background-color: #C40A40; }
a { background-color: rgb(196,10,64); }
div.DivClassName
{
background-color: #C40A40;
}
.BgClassName
{
background-color: #C40A40;
}
</style>
border-color css
<style>
span { border-color: #C40A40; }
span { border-color: rgb(196,10,64); }
td.TdClassName
{
border-color: #C40A40;
}
.TagClassName
{
border-color: #C40A40;
}
</style>