Shades of Cardinal #C50B49
Tints of Cardinal #C50B49
RGB
CMYK
RGB Variations
Color information
#C50B49 (or 0xC50B49) is known color: Cardinal. HEX triplet: C5, 0B and 49. RGB value is (197,11,73). Sum of RGB (Red+Green+Blue) = 197+11+73=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50B49 is #3AF4B6. Grayscale: #494949. Windows color (decimal): -3863735 or 4787141. OLE color: 4787141.
HSL color Cylindrical-coordinate representation of color #C50B49: hue angle of 340º 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 #C50B49 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.23 |
| HSL | 340º | 0.89% | 0.41% | - |
| HSV(B) | 340º | 0.94% | 0.77% | - |
| XYZ | 24.35 | 12.59 | 7.45 | - |
| YUV | 73.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 73 | 0 | 0.94 | 0.63 | 0.23 | 340 | 0.89 | 0.41 |
| Hex | C5 | B | 49 | 0 | 5E | 3F | 17 | 154 | 59 | 29 |
| Octal | 305 | 13 | 111 | 0 | 136 | 77 | 27 | 524 | 131 | 51 |
| Binary | 11000101 | 1011 | 1001001 | 0 | 1011110 | 111111 | 10111 | 101010100 | 1011001 | 101001 |
Color Harmonies of #C50B49
Complementary color
Monochromatic Colors of #C50B49
Black with #C50B49
Text Example
Text Example
White with #C50B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B49; }
p { color: rgb(197,11,73); }
H1.HeaderClassName
{
color: #C50B49;
}
.AnyTagClassName
{
color: #C50B49;
}
</style>
background-color css
<style>
a { background-color: #C50B49; }
a { background-color: rgb(197,11,73); }
div.DivClassName
{
background-color: #C50B49;
}
.BgClassName
{
background-color: #C50B49;
}
</style>
border-color css
<style>
span { border-color: #C50B49; }
span { border-color: rgb(197,11,73); }
td.TdClassName
{
border-color: #C50B49;
}
.TagClassName
{
border-color: #C50B49;
}
</style>