Shades of Cardinal #C0172E
Tints of Cardinal #C0172E
RGB
CMYK
RGB Variations
Color information
#C0172E (or 0xC0172E) is known color: Cardinal. HEX triplet: C0, 17 and 2E. RGB value is (192,23,46). Sum of RGB (Red+Green+Blue) = 192+23+46=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0172E is #3FE8D1. Grayscale: #4C4C4C. Windows color (decimal): -4188370 or 3020736. OLE color: 3020736.
HSL color Cylindrical-coordinate representation of color #C0172E: hue angle of 351.83º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0172E is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 46 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.25 |
| HSL | 351.83º | 0.79% | 0.42% | - |
| HSV(B) | 351.83º | 0.88% | 0.75% | - |
| XYZ | 22.54 | 12.02 | 3.72 | - |
| YUV | 76.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 46 | 0 | 0.88 | 0.76 | 0.25 | 351.83 | 0.79 | 0.42 |
| Hex | C0 | 17 | 2E | 0 | 58 | 4C | 19 | 160 | 4F | 2A |
| Octal | 300 | 27 | 56 | 0 | 130 | 114 | 31 | 540 | 117 | 52 |
| Binary | 11000000 | 10111 | 101110 | 0 | 1011000 | 1001100 | 11001 | 101100000 | 1001111 | 101010 |
Color Harmonies of #C0172E
Complementary color
Monochromatic Colors of #C0172E
Black with #C0172E
Text Example
Text Example
White with #C0172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0172E; }
p { color: rgb(192,23,46); }
H1.HeaderClassName
{
color: #C0172E;
}
.AnyTagClassName
{
color: #C0172E;
}
</style>
background-color css
<style>
a { background-color: #C0172E; }
a { background-color: rgb(192,23,46); }
div.DivClassName
{
background-color: #C0172E;
}
.BgClassName
{
background-color: #C0172E;
}
</style>
border-color css
<style>
span { border-color: #C0172E; }
span { border-color: rgb(192,23,46); }
td.TdClassName
{
border-color: #C0172E;
}
.TagClassName
{
border-color: #C0172E;
}
</style>