Shades of Cardinal #C12332
Tints of Cardinal #C12332
RGB
CMYK
RGB Variations
Color information
#C12332 (or 0xC12332) is known color: Cardinal. HEX triplet: C1, 23 and 32. RGB value is (193,35,50). Sum of RGB (Red+Green+Blue) = 193+35+50=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C12332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12332 is #3EDCCD. Grayscale: #545454. Windows color (decimal): -4119758 or 3285953. OLE color: 3285953.
HSL color Cylindrical-coordinate representation of color #C12332: hue angle of 354.3º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12332 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 50 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.24 |
| HSL | 354.3º | 0.69% | 0.45% | - |
| HSV(B) | 354.3º | 0.82% | 0.76% | - |
| XYZ | 23.17 | 12.77 | 4.26 | - |
| YUV | 83.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 50 | 0 | 0.82 | 0.74 | 0.24 | 354.3 | 0.69 | 0.45 |
| Hex | C1 | 23 | 32 | 0 | 52 | 4A | 18 | 162 | 45 | 2D |
| Octal | 301 | 43 | 62 | 0 | 122 | 112 | 30 | 542 | 105 | 55 |
| Binary | 11000001 | 100011 | 110010 | 0 | 1010010 | 1001010 | 11000 | 101100010 | 1000101 | 101101 |
Color Harmonies of #C12332
Complementary color
Monochromatic Colors of #C12332
Black with #C12332
Text Example
Text Example
White with #C12332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12332; }
p { color: rgb(193,35,50); }
H1.HeaderClassName
{
color: #C12332;
}
.AnyTagClassName
{
color: #C12332;
}
</style>
background-color css
<style>
a { background-color: #C12332; }
a { background-color: rgb(193,35,50); }
div.DivClassName
{
background-color: #C12332;
}
.BgClassName
{
background-color: #C12332;
}
</style>
border-color css
<style>
span { border-color: #C12332; }
span { border-color: rgb(193,35,50); }
td.TdClassName
{
border-color: #C12332;
}
.TagClassName
{
border-color: #C12332;
}
</style>