Shades of Cardinal #C01130
Tints of Cardinal #C01130
RGB
CMYK
RGB Variations
Color information
#C01130 (or 0xC01130) is known color: Cardinal. HEX triplet: C0, 11 and 30. RGB value is (192,17,48). Sum of RGB (Red+Green+Blue) = 192+17+48=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C01130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01130 is #3FEECF. Grayscale: #484848. Windows color (decimal): -4189904 or 3150272. OLE color: 3150272.
HSL color Cylindrical-coordinate representation of color #C01130: hue angle of 349.37º 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 #C01130 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 48 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.25 |
| HSL | 349.37º | 0.84% | 0.41% | - |
| HSV(B) | 349.37º | 0.91% | 0.75% | - |
| XYZ | 22.47 | 11.82 | 3.89 | - |
| YUV | 72.86 | 113.98 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 48 | 0 | 0.91 | 0.75 | 0.25 | 349.37 | 0.84 | 0.41 |
| Hex | C0 | 11 | 30 | 0 | 5B | 4B | 19 | 15D | 54 | 29 |
| Octal | 300 | 21 | 60 | 0 | 133 | 113 | 31 | 535 | 124 | 51 |
| Binary | 11000000 | 10001 | 110000 | 0 | 1011011 | 1001011 | 11001 | 101011101 | 1010100 | 101001 |
Color Harmonies of #C01130
Complementary color
Monochromatic Colors of #C01130
Black with #C01130
Text Example
Text Example
White with #C01130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01130; }
p { color: rgb(192,17,48); }
H1.HeaderClassName
{
color: #C01130;
}
.AnyTagClassName
{
color: #C01130;
}
</style>
background-color css
<style>
a { background-color: #C01130; }
a { background-color: rgb(192,17,48); }
div.DivClassName
{
background-color: #C01130;
}
.BgClassName
{
background-color: #C01130;
}
</style>
border-color css
<style>
span { border-color: #C01130; }
span { border-color: rgb(192,17,48); }
td.TdClassName
{
border-color: #C01130;
}
.TagClassName
{
border-color: #C01130;
}
</style>