Shades of Cardinal #C40B49
Tints of Cardinal #C40B49
RGB
CMYK
RGB Variations
Color information
#C40B49 (or 0xC40B49) is known color: Cardinal. HEX triplet: C4, 0B and 49. RGB value is (196,11,73). Sum of RGB (Red+Green+Blue) = 196+11+73=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B49 is #3BF4B6. Grayscale: #494949. Windows color (decimal): -3929271 or 4787140. OLE color: 4787140.
HSL color Cylindrical-coordinate representation of color #C40B49: hue angle of 339.89º 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 #C40B49 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.23 |
| HSL | 339.89º | 0.89% | 0.41% | - |
| HSV(B) | 339.89º | 0.94% | 0.77% | - |
| XYZ | 24.09 | 12.46 | 7.44 | - |
| YUV | 73.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 73 | 0 | 0.94 | 0.63 | 0.23 | 339.89 | 0.89 | 0.41 |
| Hex | C4 | B | 49 | 0 | 5E | 3F | 17 | 154 | 59 | 29 |
| Octal | 304 | 13 | 111 | 0 | 136 | 77 | 27 | 524 | 131 | 51 |
| Binary | 11000100 | 1011 | 1001001 | 0 | 1011110 | 111111 | 10111 | 101010100 | 1011001 | 101001 |
Color Harmonies of #C40B49
Complementary color
Monochromatic Colors of #C40B49
Black with #C40B49
Text Example
Text Example
White with #C40B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B49; }
p { color: rgb(196,11,73); }
H1.HeaderClassName
{
color: #C40B49;
}
.AnyTagClassName
{
color: #C40B49;
}
</style>
background-color css
<style>
a { background-color: #C40B49; }
a { background-color: rgb(196,11,73); }
div.DivClassName
{
background-color: #C40B49;
}
.BgClassName
{
background-color: #C40B49;
}
</style>
border-color css
<style>
span { border-color: #C40B49; }
span { border-color: rgb(196,11,73); }
td.TdClassName
{
border-color: #C40B49;
}
.TagClassName
{
border-color: #C40B49;
}
</style>