Shades of Cardinal #C40A47
Tints of Cardinal #C40A47
RGB
CMYK
RGB Variations
Color information
#C40A47 (or 0xC40A47) is known color: Cardinal. HEX triplet: C4, 0A and 47. RGB value is (196,10,71). Sum of RGB (Red+Green+Blue) = 196+10+71=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A47 is #3BF5B8. Grayscale: #484848. Windows color (decimal): -3929529 or 4655812. OLE color: 4655812.
HSL color Cylindrical-coordinate representation of color #C40A47: hue angle of 340.32º 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 #C40A47 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.23 |
| HSL | 340.32º | 0.9% | 0.4% | - |
| HSV(B) | 340.32º | 0.95% | 0.77% | - |
| XYZ | 24.01 | 12.41 | 7.09 | - |
| YUV | 72.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 71 | 0 | 0.95 | 0.64 | 0.23 | 340.32 | 0.9 | 0.4 |
| Hex | C4 | A | 47 | 0 | 5F | 40 | 17 | 154 | 5A | 28 |
| Octal | 304 | 12 | 107 | 0 | 137 | 100 | 27 | 524 | 132 | 50 |
| Binary | 11000100 | 1010 | 1000111 | 0 | 1011111 | 1000000 | 10111 | 101010100 | 1011010 | 101000 |
Color Harmonies of #C40A47
Complementary color
Monochromatic Colors of #C40A47
Black with #C40A47
Text Example
Text Example
White with #C40A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A47; }
p { color: rgb(196,10,71); }
H1.HeaderClassName
{
color: #C40A47;
}
.AnyTagClassName
{
color: #C40A47;
}
</style>
background-color css
<style>
a { background-color: #C40A47; }
a { background-color: rgb(196,10,71); }
div.DivClassName
{
background-color: #C40A47;
}
.BgClassName
{
background-color: #C40A47;
}
</style>
border-color css
<style>
span { border-color: #C40A47; }
span { border-color: rgb(196,10,71); }
td.TdClassName
{
border-color: #C40A47;
}
.TagClassName
{
border-color: #C40A47;
}
</style>