Shades of Cardinal #C0113A
Tints of Cardinal #C0113A
RGB
CMYK
RGB Variations
Color information
#C0113A (or 0xC0113A) is known color: Cardinal. HEX triplet: C0, 11 and 3A. RGB value is (192,17,58). Sum of RGB (Red+Green+Blue) = 192+17+58=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C0113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0113A is #3FEEC5. Grayscale: #4A4A4A. Windows color (decimal): -4189894 or 3805632. OLE color: 3805632.
HSL color Cylindrical-coordinate representation of color #C0113A: hue angle of 345.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0113A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 58 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.25 |
| HSL | 345.94º | 0.84% | 0.41% | - |
| HSV(B) | 345.94º | 0.91% | 0.75% | - |
| XYZ | 22.7 | 11.91 | 5.11 | - |
| YUV | 74 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 58 | 0 | 0.91 | 0.70 | 0.25 | 345.94 | 0.84 | 0.41 |
| Hex | C0 | 11 | 3A | 0 | 5B | 46 | 19 | 15A | 54 | 29 |
| Octal | 300 | 21 | 72 | 0 | 133 | 106 | 31 | 532 | 124 | 51 |
| Binary | 11000000 | 10001 | 111010 | 0 | 1011011 | 1000110 | 11001 | 101011010 | 1010100 | 101001 |
Color Harmonies of #C0113A
Complementary color
Monochromatic Colors of #C0113A
Black with #C0113A
Text Example
Text Example
White with #C0113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0113A; }
p { color: rgb(192,17,58); }
H1.HeaderClassName
{
color: #C0113A;
}
.AnyTagClassName
{
color: #C0113A;
}
</style>
background-color css
<style>
a { background-color: #C0113A; }
a { background-color: rgb(192,17,58); }
div.DivClassName
{
background-color: #C0113A;
}
.BgClassName
{
background-color: #C0113A;
}
</style>
border-color css
<style>
span { border-color: #C0113A; }
span { border-color: rgb(192,17,58); }
td.TdClassName
{
border-color: #C0113A;
}
.TagClassName
{
border-color: #C0113A;
}
</style>