Shades of Cardinal #C0173A
Tints of Cardinal #C0173A
RGB
CMYK
RGB Variations
Color information
#C0173A (or 0xC0173A) is known color: Cardinal. HEX triplet: C0, 17 and 3A. RGB value is (192,23,58). Sum of RGB (Red+Green+Blue) = 192+23+58=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0173A is #3FE8C5. Grayscale: #4D4D4D. Windows color (decimal): -4188358 or 3807168. OLE color: 3807168.
HSL color Cylindrical-coordinate representation of color #C0173A: hue angle of 347.57º 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 #C0173A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 58 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.25 |
| HSL | 347.57º | 0.79% | 0.42% | - |
| HSV(B) | 347.57º | 0.88% | 0.75% | - |
| XYZ | 22.81 | 12.12 | 5.14 | - |
| YUV | 77.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 58 | 0 | 0.88 | 0.70 | 0.25 | 347.57 | 0.79 | 0.42 |
| Hex | C0 | 17 | 3A | 0 | 58 | 46 | 19 | 15C | 4F | 2A |
| Octal | 300 | 27 | 72 | 0 | 130 | 106 | 31 | 534 | 117 | 52 |
| Binary | 11000000 | 10111 | 111010 | 0 | 1011000 | 1000110 | 11001 | 101011100 | 1001111 | 101010 |
Color Harmonies of #C0173A
Complementary color
Monochromatic Colors of #C0173A
Black with #C0173A
Text Example
Text Example
White with #C0173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0173A; }
p { color: rgb(192,23,58); }
H1.HeaderClassName
{
color: #C0173A;
}
.AnyTagClassName
{
color: #C0173A;
}
</style>
background-color css
<style>
a { background-color: #C0173A; }
a { background-color: rgb(192,23,58); }
div.DivClassName
{
background-color: #C0173A;
}
.BgClassName
{
background-color: #C0173A;
}
</style>
border-color css
<style>
span { border-color: #C0173A; }
span { border-color: rgb(192,23,58); }
td.TdClassName
{
border-color: #C0173A;
}
.TagClassName
{
border-color: #C0173A;
}
</style>