Shades of Cardinal #C0172C
Tints of Cardinal #C0172C
RGB
CMYK
RGB Variations
Color information
#C0172C (or 0xC0172C) is known color: Cardinal. HEX triplet: C0, 17 and 2C. RGB value is (192,23,44). Sum of RGB (Red+Green+Blue) = 192+23+44=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C0172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0172C is #3FE8D3. Grayscale: #4C4C4C. Windows color (decimal): -4188372 or 2889664. OLE color: 2889664.
HSL color Cylindrical-coordinate representation of color #C0172C: hue angle of 352.54º 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 #C0172C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.25 |
| HSL | 352.54º | 0.79% | 0.42% | - |
| HSV(B) | 352.54º | 0.88% | 0.75% | - |
| XYZ | 22.5 | 12 | 3.51 | - |
| YUV | 75.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 44 | 0 | 0.88 | 0.77 | 0.25 | 352.54 | 0.79 | 0.42 |
| Hex | C0 | 17 | 2C | 0 | 58 | 4D | 19 | 161 | 4F | 2A |
| Octal | 300 | 27 | 54 | 0 | 130 | 115 | 31 | 541 | 117 | 52 |
| Binary | 11000000 | 10111 | 101100 | 0 | 1011000 | 1001101 | 11001 | 101100001 | 1001111 | 101010 |
Color Harmonies of #C0172C
Complementary color
Monochromatic Colors of #C0172C
Black with #C0172C
Text Example
Text Example
White with #C0172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0172C; }
p { color: rgb(192,23,44); }
H1.HeaderClassName
{
color: #C0172C;
}
.AnyTagClassName
{
color: #C0172C;
}
</style>
background-color css
<style>
a { background-color: #C0172C; }
a { background-color: rgb(192,23,44); }
div.DivClassName
{
background-color: #C0172C;
}
.BgClassName
{
background-color: #C0172C;
}
</style>
border-color css
<style>
span { border-color: #C0172C; }
span { border-color: rgb(192,23,44); }
td.TdClassName
{
border-color: #C0172C;
}
.TagClassName
{
border-color: #C0172C;
}
</style>