Shades of Cardinal #C40C3A
Tints of Cardinal #C40C3A
RGB
CMYK
RGB Variations
Color information
#C40C3A (or 0xC40C3A) is known color: Cardinal. HEX triplet: C4, 0C and 3A. RGB value is (196,12,58). Sum of RGB (Red+Green+Blue) = 196+12+58=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C3A is #3BF3C5. Grayscale: #484848. Windows color (decimal): -3929030 or 3804356. OLE color: 3804356.
HSL color Cylindrical-coordinate representation of color #C40C3A: hue angle of 345º 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 #C40C3A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 58 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.23 |
| HSL | 345º | 0.88% | 0.41% | - |
| HSV(B) | 345º | 0.94% | 0.77% | - |
| XYZ | 23.66 | 12.3 | 5.13 | - |
| YUV | 72.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 58 | 0 | 0.94 | 0.70 | 0.23 | 345 | 0.88 | 0.41 |
| Hex | C4 | C | 3A | 0 | 5E | 46 | 17 | 159 | 58 | 29 |
| Octal | 304 | 14 | 72 | 0 | 136 | 106 | 27 | 531 | 130 | 51 |
| Binary | 11000100 | 1100 | 111010 | 0 | 1011110 | 1000110 | 10111 | 101011001 | 1011000 | 101001 |
Color Harmonies of #C40C3A
Complementary color
Monochromatic Colors of #C40C3A
Black with #C40C3A
Text Example
Text Example
White with #C40C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C3A; }
p { color: rgb(196,12,58); }
H1.HeaderClassName
{
color: #C40C3A;
}
.AnyTagClassName
{
color: #C40C3A;
}
</style>
background-color css
<style>
a { background-color: #C40C3A; }
a { background-color: rgb(196,12,58); }
div.DivClassName
{
background-color: #C40C3A;
}
.BgClassName
{
background-color: #C40C3A;
}
</style>
border-color css
<style>
span { border-color: #C40C3A; }
span { border-color: rgb(196,12,58); }
td.TdClassName
{
border-color: #C40C3A;
}
.TagClassName
{
border-color: #C40C3A;
}
</style>