Shades of Cardinal #C50B4D
Tints of Cardinal #C50B4D
RGB
CMYK
RGB Variations
Color information
#C50B4D (or 0xC50B4D) is known color: Cardinal. HEX triplet: C5, 0B and 4D. RGB value is (197,11,77). Sum of RGB (Red+Green+Blue) = 197+11+77=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B4D is #3AF4B2. Grayscale: #4A4A4A. Windows color (decimal): -3863731 or 5049285. OLE color: 5049285.
HSL color Cylindrical-coordinate representation of color #C50B4D: hue angle of 338.71º 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 #C50B4D is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.23 |
| HSL | 338.71º | 0.89% | 0.41% | - |
| HSV(B) | 338.71º | 0.94% | 0.77% | - |
| XYZ | 24.49 | 12.65 | 8.17 | - |
| YUV | 74.14 | 129.62 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 77 | 0 | 0.94 | 0.61 | 0.23 | 338.71 | 0.89 | 0.41 |
| Hex | C5 | B | 4D | 0 | 5E | 3D | 17 | 153 | 59 | 29 |
| Octal | 305 | 13 | 115 | 0 | 136 | 75 | 27 | 523 | 131 | 51 |
| Binary | 11000101 | 1011 | 1001101 | 0 | 1011110 | 111101 | 10111 | 101010011 | 1011001 | 101001 |
Color Harmonies of #C50B4D
Complementary color
Monochromatic Colors of #C50B4D
Black with #C50B4D
Text Example
Text Example
White with #C50B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B4D; }
p { color: rgb(197,11,77); }
H1.HeaderClassName
{
color: #C50B4D;
}
.AnyTagClassName
{
color: #C50B4D;
}
</style>
background-color css
<style>
a { background-color: #C50B4D; }
a { background-color: rgb(197,11,77); }
div.DivClassName
{
background-color: #C50B4D;
}
.BgClassName
{
background-color: #C50B4D;
}
</style>
border-color css
<style>
span { border-color: #C50B4D; }
span { border-color: rgb(197,11,77); }
td.TdClassName
{
border-color: #C50B4D;
}
.TagClassName
{
border-color: #C50B4D;
}
</style>