Shades of Cardinal #C4162E
Tints of Cardinal #C4162E
RGB
CMYK
RGB Variations
Color information
#C4162E (or 0xC4162E) is known color: Cardinal. HEX triplet: C4, 16 and 2E. RGB value is (196,22,46). Sum of RGB (Red+Green+Blue) = 196+22+46=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4162E is #3BE9D1. Grayscale: #4C4C4C. Windows color (decimal): -3926482 or 3020484. OLE color: 3020484.
HSL color Cylindrical-coordinate representation of color #C4162E: hue angle of 351.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4162E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 46 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.23 |
| HSL | 351.72º | 0.8% | 0.43% | - |
| HSV(B) | 351.72º | 0.89% | 0.77% | - |
| XYZ | 23.55 | 12.51 | 3.76 | - |
| YUV | 76.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 46 | 0 | 0.89 | 0.77 | 0.23 | 351.72 | 0.8 | 0.43 |
| Hex | C4 | 16 | 2E | 0 | 59 | 4D | 17 | 160 | 50 | 2B |
| Octal | 304 | 26 | 56 | 0 | 131 | 115 | 27 | 540 | 120 | 53 |
| Binary | 11000100 | 10110 | 101110 | 0 | 1011001 | 1001101 | 10111 | 101100000 | 1010000 | 101011 |
Color Harmonies of #C4162E
Complementary color
Monochromatic Colors of #C4162E
Black with #C4162E
Text Example
Text Example
White with #C4162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4162E; }
p { color: rgb(196,22,46); }
H1.HeaderClassName
{
color: #C4162E;
}
.AnyTagClassName
{
color: #C4162E;
}
</style>
background-color css
<style>
a { background-color: #C4162E; }
a { background-color: rgb(196,22,46); }
div.DivClassName
{
background-color: #C4162E;
}
.BgClassName
{
background-color: #C4162E;
}
</style>
border-color css
<style>
span { border-color: #C4162E; }
span { border-color: rgb(196,22,46); }
td.TdClassName
{
border-color: #C4162E;
}
.TagClassName
{
border-color: #C4162E;
}
</style>