Shades of Cardinal #C0193B
Tints of Cardinal #C0193B
RGB
CMYK
RGB Variations
Color information
#C0193B (or 0xC0193B) is known color: Cardinal. HEX triplet: C0, 19 and 3B. RGB value is (192,25,59). Sum of RGB (Red+Green+Blue) = 192+25+59=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0193B is #3FE6C4. Grayscale: #4E4E4E. Windows color (decimal): -4187845 or 3873216. OLE color: 3873216.
HSL color Cylindrical-coordinate representation of color #C0193B: hue angle of 347.78º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0193B is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 59 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.25 |
| HSL | 347.78º | 0.77% | 0.43% | - |
| HSV(B) | 347.78º | 0.87% | 0.75% | - |
| XYZ | 22.88 | 12.22 | 5.29 | - |
| YUV | 78.81 | 116.83 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 59 | 0 | 0.87 | 0.69 | 0.25 | 347.78 | 0.77 | 0.43 |
| Hex | C0 | 19 | 3B | 0 | 57 | 45 | 19 | 15C | 4D | 2B |
| Octal | 300 | 31 | 73 | 0 | 127 | 105 | 31 | 534 | 115 | 53 |
| Binary | 11000000 | 11001 | 111011 | 0 | 1010111 | 1000101 | 11001 | 101011100 | 1001101 | 101011 |
Color Harmonies of #C0193B
Complementary color
Monochromatic Colors of #C0193B
Black with #C0193B
Text Example
Text Example
White with #C0193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0193B; }
p { color: rgb(192,25,59); }
H1.HeaderClassName
{
color: #C0193B;
}
.AnyTagClassName
{
color: #C0193B;
}
</style>
background-color css
<style>
a { background-color: #C0193B; }
a { background-color: rgb(192,25,59); }
div.DivClassName
{
background-color: #C0193B;
}
.BgClassName
{
background-color: #C0193B;
}
</style>
border-color css
<style>
span { border-color: #C0193B; }
span { border-color: rgb(192,25,59); }
td.TdClassName
{
border-color: #C0193B;
}
.TagClassName
{
border-color: #C0193B;
}
</style>