Shades of Cardinal #C40B46
Tints of Cardinal #C40B46
RGB
CMYK
RGB Variations
Color information
#C40B46 (or 0xC40B46) is known color: Cardinal. HEX triplet: C4, 0B and 46. RGB value is (196,11,70). Sum of RGB (Red+Green+Blue) = 196+11+70=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B46 is #3BF4B9. Grayscale: #484848. Windows color (decimal): -3929274 or 4590532. OLE color: 4590532.
HSL color Cylindrical-coordinate representation of color #C40B46: hue angle of 340.86º 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 #C40B46 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 70 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.23 |
| HSL | 340.86º | 0.89% | 0.41% | - |
| HSV(B) | 340.86º | 0.94% | 0.77% | - |
| XYZ | 23.99 | 12.42 | 6.93 | - |
| YUV | 73.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 70 | 0 | 0.94 | 0.64 | 0.23 | 340.86 | 0.89 | 0.41 |
| Hex | C4 | B | 46 | 0 | 5E | 40 | 17 | 155 | 59 | 29 |
| Octal | 304 | 13 | 106 | 0 | 136 | 100 | 27 | 525 | 131 | 51 |
| Binary | 11000100 | 1011 | 1000110 | 0 | 1011110 | 1000000 | 10111 | 101010101 | 1011001 | 101001 |
Color Harmonies of #C40B46
Complementary color
Monochromatic Colors of #C40B46
Black with #C40B46
Text Example
Text Example
White with #C40B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B46; }
p { color: rgb(196,11,70); }
H1.HeaderClassName
{
color: #C40B46;
}
.AnyTagClassName
{
color: #C40B46;
}
</style>
background-color css
<style>
a { background-color: #C40B46; }
a { background-color: rgb(196,11,70); }
div.DivClassName
{
background-color: #C40B46;
}
.BgClassName
{
background-color: #C40B46;
}
</style>
border-color css
<style>
span { border-color: #C40B46; }
span { border-color: rgb(196,11,70); }
td.TdClassName
{
border-color: #C40B46;
}
.TagClassName
{
border-color: #C40B46;
}
</style>