Shades of Cardinal #C0193A
Tints of Cardinal #C0193A
RGB
CMYK
RGB Variations
Color information
#C0193A (or 0xC0193A) is known color: Cardinal. HEX triplet: C0, 19 and 3A. RGB value is (192,25,58). Sum of RGB (Red+Green+Blue) = 192+25+58=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0193A is #3FE6C5. Grayscale: #4E4E4E. Windows color (decimal): -4187846 or 3807680. OLE color: 3807680.
HSL color Cylindrical-coordinate representation of color #C0193A: hue angle of 348.14º 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 #C0193A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 58 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.25 |
| HSL | 348.14º | 0.77% | 0.43% | - |
| HSV(B) | 348.14º | 0.87% | 0.75% | - |
| XYZ | 22.85 | 12.21 | 5.15 | - |
| YUV | 78.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 58 | 0 | 0.87 | 0.70 | 0.25 | 348.14 | 0.77 | 0.43 |
| Hex | C0 | 19 | 3A | 0 | 57 | 46 | 19 | 15C | 4D | 2B |
| Octal | 300 | 31 | 72 | 0 | 127 | 106 | 31 | 534 | 115 | 53 |
| Binary | 11000000 | 11001 | 111010 | 0 | 1010111 | 1000110 | 11001 | 101011100 | 1001101 | 101011 |
Color Harmonies of #C0193A
Complementary color
Monochromatic Colors of #C0193A
Black with #C0193A
Text Example
Text Example
White with #C0193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0193A; }
p { color: rgb(192,25,58); }
H1.HeaderClassName
{
color: #C0193A;
}
.AnyTagClassName
{
color: #C0193A;
}
</style>
background-color css
<style>
a { background-color: #C0193A; }
a { background-color: rgb(192,25,58); }
div.DivClassName
{
background-color: #C0193A;
}
.BgClassName
{
background-color: #C0193A;
}
</style>
border-color css
<style>
span { border-color: #C0193A; }
span { border-color: rgb(192,25,58); }
td.TdClassName
{
border-color: #C0193A;
}
.TagClassName
{
border-color: #C0193A;
}
</style>