Shades of Cardinal #C60330
Tints of Cardinal #C60330
RGB
CMYK
RGB Variations
Color information
#C60330 (or 0xC60330) is known color: Cardinal. HEX triplet: C6, 03 and 30. RGB value is (198,3,48). Sum of RGB (Red+Green+Blue) = 198+3+48=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C60330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60330 is #39FCCF. Grayscale: #424242. Windows color (decimal): -3800272 or 3146694. OLE color: 3146694.
HSL color Cylindrical-coordinate representation of color #C60330: hue angle of 346.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60330 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.22 |
| HSL | 346.15º | 0.97% | 0.39% | - |
| HSV(B) | 346.15º | 0.98% | 0.78% | - |
| XYZ | 23.85 | 12.28 | 3.91 | - |
| YUV | 66.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 48 | 0 | 0.98 | 0.76 | 0.22 | 346.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 30 | 0 | 62 | 4C | 16 | 15A | 61 | 27 |
| Octal | 306 | 3 | 60 | 0 | 142 | 114 | 26 | 532 | 141 | 47 |
| Binary | 11000110 | 11 | 110000 | 0 | 1100010 | 1001100 | 10110 | 101011010 | 1100001 | 100111 |
Color Harmonies of #C60330
Complementary color
Monochromatic Colors of #C60330
Black with #C60330
Text Example
Text Example
White with #C60330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60330; }
p { color: rgb(198,3,48); }
H1.HeaderClassName
{
color: #C60330;
}
.AnyTagClassName
{
color: #C60330;
}
</style>
background-color css
<style>
a { background-color: #C60330; }
a { background-color: rgb(198,3,48); }
div.DivClassName
{
background-color: #C60330;
}
.BgClassName
{
background-color: #C60330;
}
</style>
border-color css
<style>
span { border-color: #C60330; }
span { border-color: rgb(198,3,48); }
td.TdClassName
{
border-color: #C60330;
}
.TagClassName
{
border-color: #C60330;
}
</style>