Shades of Cardinal #C12032
Tints of Cardinal #C12032
RGB
CMYK
RGB Variations
Color information
#C12032 (or 0xC12032) is known color: Cardinal. HEX triplet: C1, 20 and 32. RGB value is (193,32,50). Sum of RGB (Red+Green+Blue) = 193+32+50=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C12032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12032 is #3EDFCD. Grayscale: #525252. Windows color (decimal): -4120526 or 3285185. OLE color: 3285185.
HSL color Cylindrical-coordinate representation of color #C12032: hue angle of 353.29º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12032 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 50 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.24 |
| HSL | 353.29º | 0.72% | 0.44% | - |
| HSV(B) | 353.29º | 0.83% | 0.76% | - |
| XYZ | 23.08 | 12.6 | 4.23 | - |
| YUV | 82.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 50 | 0 | 0.83 | 0.74 | 0.24 | 353.29 | 0.72 | 0.44 |
| Hex | C1 | 20 | 32 | 0 | 53 | 4A | 18 | 161 | 48 | 2C |
| Octal | 301 | 40 | 62 | 0 | 123 | 112 | 30 | 541 | 110 | 54 |
| Binary | 11000001 | 100000 | 110010 | 0 | 1010011 | 1001010 | 11000 | 101100001 | 1001000 | 101100 |
Color Harmonies of #C12032
Complementary color
Monochromatic Colors of #C12032
Black with #C12032
Text Example
Text Example
White with #C12032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12032; }
p { color: rgb(193,32,50); }
H1.HeaderClassName
{
color: #C12032;
}
.AnyTagClassName
{
color: #C12032;
}
</style>
background-color css
<style>
a { background-color: #C12032; }
a { background-color: rgb(193,32,50); }
div.DivClassName
{
background-color: #C12032;
}
.BgClassName
{
background-color: #C12032;
}
</style>
border-color css
<style>
span { border-color: #C12032; }
span { border-color: rgb(193,32,50); }
td.TdClassName
{
border-color: #C12032;
}
.TagClassName
{
border-color: #C12032;
}
</style>