Shades of Cardinal #C0113B
Tints of Cardinal #C0113B
RGB
CMYK
RGB Variations
Color information
#C0113B (or 0xC0113B) is known color: Cardinal. HEX triplet: C0, 11 and 3B. RGB value is (192,17,59). Sum of RGB (Red+Green+Blue) = 192+17+59=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0113B is #3FEEC4. Grayscale: #4A4A4A. Windows color (decimal): -4189893 or 3871168. OLE color: 3871168.
HSL color Cylindrical-coordinate representation of color #C0113B: hue angle of 345.6º 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 #C0113B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 59 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.25 |
| HSL | 345.6º | 0.84% | 0.41% | - |
| HSV(B) | 345.6º | 0.91% | 0.75% | - |
| XYZ | 22.73 | 11.92 | 5.24 | - |
| YUV | 74.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 59 | 0 | 0.91 | 0.69 | 0.25 | 345.6 | 0.84 | 0.41 |
| Hex | C0 | 11 | 3B | 0 | 5B | 45 | 19 | 15A | 54 | 29 |
| Octal | 300 | 21 | 73 | 0 | 133 | 105 | 31 | 532 | 124 | 51 |
| Binary | 11000000 | 10001 | 111011 | 0 | 1011011 | 1000101 | 11001 | 101011010 | 1010100 | 101001 |
Color Harmonies of #C0113B
Complementary color
Monochromatic Colors of #C0113B
Black with #C0113B
Text Example
Text Example
White with #C0113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0113B; }
p { color: rgb(192,17,59); }
H1.HeaderClassName
{
color: #C0113B;
}
.AnyTagClassName
{
color: #C0113B;
}
</style>
background-color css
<style>
a { background-color: #C0113B; }
a { background-color: rgb(192,17,59); }
div.DivClassName
{
background-color: #C0113B;
}
.BgClassName
{
background-color: #C0113B;
}
</style>
border-color css
<style>
span { border-color: #C0113B; }
span { border-color: rgb(192,17,59); }
td.TdClassName
{
border-color: #C0113B;
}
.TagClassName
{
border-color: #C0113B;
}
</style>