Shades of Cardinal #C40B48
Tints of Cardinal #C40B48
RGB
CMYK
RGB Variations
Color information
#C40B48 (or 0xC40B48) is known color: Cardinal. HEX triplet: C4, 0B and 48. RGB value is (196,11,72). Sum of RGB (Red+Green+Blue) = 196+11+72=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B48 is #3BF4B7. Grayscale: #494949. Windows color (decimal): -3929272 or 4721604. OLE color: 4721604.
HSL color Cylindrical-coordinate representation of color #C40B48: hue angle of 340.22º degrees, saturation: 0.89, 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 #C40B48 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 72 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.23 |
| HSL | 340.22º | 0.89% | 0.41% | - |
| HSV(B) | 340.22º | 0.94% | 0.77% | - |
| XYZ | 24.05 | 12.44 | 7.26 | - |
| YUV | 73.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 72 | 0 | 0.94 | 0.63 | 0.23 | 340.22 | 0.89 | 0.41 |
| Hex | C4 | B | 48 | 0 | 5E | 3F | 17 | 154 | 59 | 29 |
| Octal | 304 | 13 | 110 | 0 | 136 | 77 | 27 | 524 | 131 | 51 |
| Binary | 11000100 | 1011 | 1001000 | 0 | 1011110 | 111111 | 10111 | 101010100 | 1011001 | 101001 |
Color Harmonies of #C40B48
Complementary color
Monochromatic Colors of #C40B48
Black with #C40B48
Text Example
Text Example
White with #C40B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B48; }
p { color: rgb(196,11,72); }
H1.HeaderClassName
{
color: #C40B48;
}
.AnyTagClassName
{
color: #C40B48;
}
</style>
background-color css
<style>
a { background-color: #C40B48; }
a { background-color: rgb(196,11,72); }
div.DivClassName
{
background-color: #C40B48;
}
.BgClassName
{
background-color: #C40B48;
}
</style>
border-color css
<style>
span { border-color: #C40B48; }
span { border-color: rgb(196,11,72); }
td.TdClassName
{
border-color: #C40B48;
}
.TagClassName
{
border-color: #C40B48;
}
</style>