Shades of Cardinal #C50532
Tints of Cardinal #C50532
RGB
CMYK
RGB Variations
Color information
#C50532 (or 0xC50532) is known color: Cardinal. HEX triplet: C5, 05 and 32. RGB value is (197,5,50). Sum of RGB (Red+Green+Blue) = 197+5+50=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C50532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50532 is #3AFACD. Grayscale: #434343. Windows color (decimal): -3865294 or 3278277. OLE color: 3278277.
HSL color Cylindrical-coordinate representation of color #C50532: hue angle of 345.94º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50532 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.23 |
| HSL | 345.94º | 0.95% | 0.4% | - |
| HSV(B) | 345.94º | 0.97% | 0.77% | - |
| XYZ | 23.66 | 12.21 | 4.13 | - |
| YUV | 67.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 50 | 0 | 0.97 | 0.75 | 0.23 | 345.94 | 0.95 | 0.4 |
| Hex | C5 | 5 | 32 | 0 | 61 | 4B | 17 | 15A | 5F | 28 |
| Octal | 305 | 5 | 62 | 0 | 141 | 113 | 27 | 532 | 137 | 50 |
| Binary | 11000101 | 101 | 110010 | 0 | 1100001 | 1001011 | 10111 | 101011010 | 1011111 | 101000 |
Color Harmonies of #C50532
Complementary color
Monochromatic Colors of #C50532
Black with #C50532
Text Example
Text Example
White with #C50532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50532; }
p { color: rgb(197,5,50); }
H1.HeaderClassName
{
color: #C50532;
}
.AnyTagClassName
{
color: #C50532;
}
</style>
background-color css
<style>
a { background-color: #C50532; }
a { background-color: rgb(197,5,50); }
div.DivClassName
{
background-color: #C50532;
}
.BgClassName
{
background-color: #C50532;
}
</style>
border-color css
<style>
span { border-color: #C50532; }
span { border-color: rgb(197,5,50); }
td.TdClassName
{
border-color: #C50532;
}
.TagClassName
{
border-color: #C50532;
}
</style>