Shades of Cardinal #C0162F
Tints of Cardinal #C0162F
RGB
CMYK
RGB Variations
Color information
#C0162F (or 0xC0162F) is known color: Cardinal. HEX triplet: C0, 16 and 2F. RGB value is (192,22,47). Sum of RGB (Red+Green+Blue) = 192+22+47=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0162F is #3FE9D0. Grayscale: #4B4B4B. Windows color (decimal): -4188625 or 3086016. OLE color: 3086016.
HSL color Cylindrical-coordinate representation of color #C0162F: hue angle of 351.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0162F is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.25 |
| HSL | 351.18º | 0.79% | 0.42% | - |
| HSV(B) | 351.18º | 0.89% | 0.75% | - |
| XYZ | 22.54 | 11.99 | 3.81 | - |
| YUV | 75.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 47 | 0 | 0.89 | 0.76 | 0.25 | 351.18 | 0.79 | 0.42 |
| Hex | C0 | 16 | 2F | 0 | 59 | 4C | 19 | 15F | 4F | 2A |
| Octal | 300 | 26 | 57 | 0 | 131 | 114 | 31 | 537 | 117 | 52 |
| Binary | 11000000 | 10110 | 101111 | 0 | 1011001 | 1001100 | 11001 | 101011111 | 1001111 | 101010 |
Color Harmonies of #C0162F
Complementary color
Monochromatic Colors of #C0162F
Black with #C0162F
Text Example
Text Example
White with #C0162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0162F; }
p { color: rgb(192,22,47); }
H1.HeaderClassName
{
color: #C0162F;
}
.AnyTagClassName
{
color: #C0162F;
}
</style>
background-color css
<style>
a { background-color: #C0162F; }
a { background-color: rgb(192,22,47); }
div.DivClassName
{
background-color: #C0162F;
}
.BgClassName
{
background-color: #C0162F;
}
</style>
border-color css
<style>
span { border-color: #C0162F; }
span { border-color: rgb(192,22,47); }
td.TdClassName
{
border-color: #C0162F;
}
.TagClassName
{
border-color: #C0162F;
}
</style>