Shades of Cardinal #C0172B
Tints of Cardinal #C0172B
RGB
CMYK
RGB Variations
Color information
#C0172B (or 0xC0172B) is known color: Cardinal. HEX triplet: C0, 17 and 2B. RGB value is (192,23,43). Sum of RGB (Red+Green+Blue) = 192+23+43=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C0172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0172B is #3FE8D4. Grayscale: #4B4B4B. Windows color (decimal): -4188373 or 2824128. OLE color: 2824128.
HSL color Cylindrical-coordinate representation of color #C0172B: hue angle of 352.9º 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 #C0172B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.25 |
| HSL | 352.9º | 0.79% | 0.42% | - |
| HSV(B) | 352.9º | 0.88% | 0.75% | - |
| XYZ | 22.48 | 11.99 | 3.42 | - |
| YUV | 75.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 43 | 0 | 0.88 | 0.78 | 0.25 | 352.9 | 0.79 | 0.42 |
| Hex | C0 | 17 | 2B | 0 | 58 | 4E | 19 | 161 | 4F | 2A |
| Octal | 300 | 27 | 53 | 0 | 130 | 116 | 31 | 541 | 117 | 52 |
| Binary | 11000000 | 10111 | 101011 | 0 | 1011000 | 1001110 | 11001 | 101100001 | 1001111 | 101010 |
Color Harmonies of #C0172B
Complementary color
Monochromatic Colors of #C0172B
Black with #C0172B
Text Example
Text Example
White with #C0172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0172B; }
p { color: rgb(192,23,43); }
H1.HeaderClassName
{
color: #C0172B;
}
.AnyTagClassName
{
color: #C0172B;
}
</style>
background-color css
<style>
a { background-color: #C0172B; }
a { background-color: rgb(192,23,43); }
div.DivClassName
{
background-color: #C0172B;
}
.BgClassName
{
background-color: #C0172B;
}
</style>
border-color css
<style>
span { border-color: #C0172B; }
span { border-color: rgb(192,23,43); }
td.TdClassName
{
border-color: #C0172B;
}
.TagClassName
{
border-color: #C0172B;
}
</style>