Shades of Cardinal #C40C4A
Tints of Cardinal #C40C4A
RGB
CMYK
RGB Variations
Color information
#C40C4A (or 0xC40C4A) is known color: Cardinal. HEX triplet: C4, 0C and 4A. RGB value is (196,12,74). Sum of RGB (Red+Green+Blue) = 196+12+74=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C4A is #3BF3B5. Grayscale: #4A4A4A. Windows color (decimal): -3929014 or 4852932. OLE color: 4852932.
HSL color Cylindrical-coordinate representation of color #C40C4A: hue angle of 339.78º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C4A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 74 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.23 |
| HSL | 339.78º | 0.88% | 0.41% | - |
| HSV(B) | 339.78º | 0.94% | 0.77% | - |
| XYZ | 24.13 | 12.49 | 7.62 | - |
| YUV | 74.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 74 | 0 | 0.94 | 0.62 | 0.23 | 339.78 | 0.88 | 0.41 |
| Hex | C4 | C | 4A | 0 | 5E | 3E | 17 | 154 | 58 | 29 |
| Octal | 304 | 14 | 112 | 0 | 136 | 76 | 27 | 524 | 130 | 51 |
| Binary | 11000100 | 1100 | 1001010 | 0 | 1011110 | 111110 | 10111 | 101010100 | 1011000 | 101001 |
Color Harmonies of #C40C4A
Complementary color
Monochromatic Colors of #C40C4A
Black with #C40C4A
Text Example
Text Example
White with #C40C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C4A; }
p { color: rgb(196,12,74); }
H1.HeaderClassName
{
color: #C40C4A;
}
.AnyTagClassName
{
color: #C40C4A;
}
</style>
background-color css
<style>
a { background-color: #C40C4A; }
a { background-color: rgb(196,12,74); }
div.DivClassName
{
background-color: #C40C4A;
}
.BgClassName
{
background-color: #C40C4A;
}
</style>
border-color css
<style>
span { border-color: #C40C4A; }
span { border-color: rgb(196,12,74); }
td.TdClassName
{
border-color: #C40C4A;
}
.TagClassName
{
border-color: #C40C4A;
}
</style>