Shades of Cardinal #C12632
Tints of Cardinal #C12632
RGB
CMYK
RGB Variations
Color information
#C12632 (or 0xC12632) is known color: Cardinal. HEX triplet: C1, 26 and 32. RGB value is (193,38,50). Sum of RGB (Red+Green+Blue) = 193+38+50=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C12632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12632 is #3ED9CD. Grayscale: #555555. Windows color (decimal): -4118990 or 3286721. OLE color: 3286721.
HSL color Cylindrical-coordinate representation of color #C12632: hue angle of 355.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12632 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 50 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.24 |
| HSL | 355.35º | 0.67% | 0.45% | - |
| HSV(B) | 355.35º | 0.8% | 0.76% | - |
| XYZ | 23.26 | 12.95 | 4.29 | - |
| YUV | 85.71 | 107.85 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 50 | 0 | 0.80 | 0.74 | 0.24 | 355.35 | 0.67 | 0.45 |
| Hex | C1 | 26 | 32 | 0 | 50 | 4A | 18 | 163 | 43 | 2D |
| Octal | 301 | 46 | 62 | 0 | 120 | 112 | 30 | 543 | 103 | 55 |
| Binary | 11000001 | 100110 | 110010 | 0 | 1010000 | 1001010 | 11000 | 101100011 | 1000011 | 101101 |
Color Harmonies of #C12632
Complementary color
Monochromatic Colors of #C12632
Black with #C12632
Text Example
Text Example
White with #C12632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12632; }
p { color: rgb(193,38,50); }
H1.HeaderClassName
{
color: #C12632;
}
.AnyTagClassName
{
color: #C12632;
}
</style>
background-color css
<style>
a { background-color: #C12632; }
a { background-color: rgb(193,38,50); }
div.DivClassName
{
background-color: #C12632;
}
.BgClassName
{
background-color: #C12632;
}
</style>
border-color css
<style>
span { border-color: #C12632; }
span { border-color: rgb(193,38,50); }
td.TdClassName
{
border-color: #C12632;
}
.TagClassName
{
border-color: #C12632;
}
</style>