Shades of Cardinal #C0192D
Tints of Cardinal #C0192D
RGB
CMYK
RGB Variations
Color information
#C0192D (or 0xC0192D) is known color: Cardinal. HEX triplet: C0, 19 and 2D. RGB value is (192,25,45). Sum of RGB (Red+Green+Blue) = 192+25+45=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C0192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0192D is #3FE6D2. Grayscale: #4D4D4D. Windows color (decimal): -4187859 or 2955712. OLE color: 2955712.
HSL color Cylindrical-coordinate representation of color #C0192D: hue angle of 352.81º 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 #C0192D is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 45 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.25 |
| HSL | 352.81º | 0.77% | 0.43% | - |
| HSV(B) | 352.81º | 0.87% | 0.75% | - |
| XYZ | 22.56 | 12.09 | 3.63 | - |
| YUV | 77.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 45 | 0 | 0.87 | 0.77 | 0.25 | 352.81 | 0.77 | 0.43 |
| Hex | C0 | 19 | 2D | 0 | 57 | 4D | 19 | 161 | 4D | 2B |
| Octal | 300 | 31 | 55 | 0 | 127 | 115 | 31 | 541 | 115 | 53 |
| Binary | 11000000 | 11001 | 101101 | 0 | 1010111 | 1001101 | 11001 | 101100001 | 1001101 | 101011 |
Color Harmonies of #C0192D
Complementary color
Monochromatic Colors of #C0192D
Black with #C0192D
Text Example
Text Example
White with #C0192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0192D; }
p { color: rgb(192,25,45); }
H1.HeaderClassName
{
color: #C0192D;
}
.AnyTagClassName
{
color: #C0192D;
}
</style>
background-color css
<style>
a { background-color: #C0192D; }
a { background-color: rgb(192,25,45); }
div.DivClassName
{
background-color: #C0192D;
}
.BgClassName
{
background-color: #C0192D;
}
</style>
border-color css
<style>
span { border-color: #C0192D; }
span { border-color: rgb(192,25,45); }
td.TdClassName
{
border-color: #C0192D;
}
.TagClassName
{
border-color: #C0192D;
}
</style>