Shades of Cardinal #C32032
Tints of Cardinal #C32032
RGB
CMYK
RGB Variations
Color information
#C32032 (or 0xC32032) is known color: Cardinal. HEX triplet: C3, 20 and 32. RGB value is (195,32,50). Sum of RGB (Red+Green+Blue) = 195+32+50=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C32032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32032 is #3CDFCD. Grayscale: #525252. Windows color (decimal): -3989454 or 3285187. OLE color: 3285187.
HSL color Cylindrical-coordinate representation of color #C32032: hue angle of 353.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32032 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 50 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.24 |
| HSL | 353.37º | 0.72% | 0.45% | - |
| HSV(B) | 353.37º | 0.84% | 0.76% | - |
| XYZ | 23.6 | 12.87 | 4.26 | - |
| YUV | 82.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 50 | 0 | 0.84 | 0.74 | 0.24 | 353.37 | 0.72 | 0.45 |
| Hex | C3 | 20 | 32 | 0 | 54 | 4A | 18 | 161 | 48 | 2D |
| Octal | 303 | 40 | 62 | 0 | 124 | 112 | 30 | 541 | 110 | 55 |
| Binary | 11000011 | 100000 | 110010 | 0 | 1010100 | 1001010 | 11000 | 101100001 | 1001000 | 101101 |
Color Harmonies of #C32032
Complementary color
Monochromatic Colors of #C32032
Black with #C32032
Text Example
Text Example
White with #C32032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32032; }
p { color: rgb(195,32,50); }
H1.HeaderClassName
{
color: #C32032;
}
.AnyTagClassName
{
color: #C32032;
}
</style>
background-color css
<style>
a { background-color: #C32032; }
a { background-color: rgb(195,32,50); }
div.DivClassName
{
background-color: #C32032;
}
.BgClassName
{
background-color: #C32032;
}
</style>
border-color css
<style>
span { border-color: #C32032; }
span { border-color: rgb(195,32,50); }
td.TdClassName
{
border-color: #C32032;
}
.TagClassName
{
border-color: #C32032;
}
</style>