Shades of Cardinal #C12034
Tints of Cardinal #C12034
RGB
CMYK
RGB Variations
Color information
#C12034 (or 0xC12034) is known color: Cardinal. HEX triplet: C1, 20 and 34. RGB value is (193,32,52). Sum of RGB (Red+Green+Blue) = 193+32+52=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C12034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12034 is #3EDFCB. Grayscale: #525252. Windows color (decimal): -4120524 or 3416257. OLE color: 3416257.
HSL color Cylindrical-coordinate representation of color #C12034: hue angle of 352.55º 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 #C12034 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 52 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.24 |
| HSL | 352.55º | 0.72% | 0.44% | - |
| HSV(B) | 352.55º | 0.83% | 0.76% | - |
| XYZ | 23.13 | 12.62 | 4.47 | - |
| YUV | 82.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 52 | 0 | 0.83 | 0.73 | 0.24 | 352.55 | 0.72 | 0.44 |
| Hex | C1 | 20 | 34 | 0 | 53 | 49 | 18 | 161 | 48 | 2C |
| Octal | 301 | 40 | 64 | 0 | 123 | 111 | 30 | 541 | 110 | 54 |
| Binary | 11000001 | 100000 | 110100 | 0 | 1010011 | 1001001 | 11000 | 101100001 | 1001000 | 101100 |
Color Harmonies of #C12034
Complementary color
Monochromatic Colors of #C12034
Black with #C12034
Text Example
Text Example
White with #C12034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12034; }
p { color: rgb(193,32,52); }
H1.HeaderClassName
{
color: #C12034;
}
.AnyTagClassName
{
color: #C12034;
}
</style>
background-color css
<style>
a { background-color: #C12034; }
a { background-color: rgb(193,32,52); }
div.DivClassName
{
background-color: #C12034;
}
.BgClassName
{
background-color: #C12034;
}
</style>
border-color css
<style>
span { border-color: #C12034; }
span { border-color: rgb(193,32,52); }
td.TdClassName
{
border-color: #C12034;
}
.TagClassName
{
border-color: #C12034;
}
</style>