Shades of Cardinal #C01330
Tints of Cardinal #C01330
RGB
CMYK
RGB Variations
Color information
#C01330 (or 0xC01330) is known color: Cardinal. HEX triplet: C0, 13 and 30. RGB value is (192,19,48). Sum of RGB (Red+Green+Blue) = 192+19+48=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C01330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01330 is #3FECCF. Grayscale: #4A4A4A. Windows color (decimal): -4189392 or 3150784. OLE color: 3150784.
HSL color Cylindrical-coordinate representation of color #C01330: hue angle of 349.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01330 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 48 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.25 |
| HSL | 349.94º | 0.82% | 0.41% | - |
| HSV(B) | 349.94º | 0.9% | 0.75% | - |
| XYZ | 22.5 | 11.89 | 3.9 | - |
| YUV | 74.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 48 | 0 | 0.90 | 0.75 | 0.25 | 349.94 | 0.82 | 0.41 |
| Hex | C0 | 13 | 30 | 0 | 5A | 4B | 19 | 15E | 52 | 29 |
| Octal | 300 | 23 | 60 | 0 | 132 | 113 | 31 | 536 | 122 | 51 |
| Binary | 11000000 | 10011 | 110000 | 0 | 1011010 | 1001011 | 11001 | 101011110 | 1010010 | 101001 |
Color Harmonies of #C01330
Complementary color
Monochromatic Colors of #C01330
Black with #C01330
Text Example
Text Example
White with #C01330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01330; }
p { color: rgb(192,19,48); }
H1.HeaderClassName
{
color: #C01330;
}
.AnyTagClassName
{
color: #C01330;
}
</style>
background-color css
<style>
a { background-color: #C01330; }
a { background-color: rgb(192,19,48); }
div.DivClassName
{
background-color: #C01330;
}
.BgClassName
{
background-color: #C01330;
}
</style>
border-color css
<style>
span { border-color: #C01330; }
span { border-color: rgb(192,19,48); }
td.TdClassName
{
border-color: #C01330;
}
.TagClassName
{
border-color: #C01330;
}
</style>