Shades of Cardinal #C60A35
Tints of Cardinal #C60A35
RGB
CMYK
RGB Variations
Color information
#C60A35 (or 0xC60A35) is known color: Cardinal. HEX triplet: C6, 0A and 35. RGB value is (198,10,53). Sum of RGB (Red+Green+Blue) = 198+10+53=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A35 is #39F5CA. Grayscale: #474747. Windows color (decimal): -3798475 or 3476166. OLE color: 3476166.
HSL color Cylindrical-coordinate representation of color #C60A35: hue angle of 346.28º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A35 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 53 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.22 |
| HSL | 346.28º | 0.9% | 0.41% | - |
| HSV(B) | 346.28º | 0.95% | 0.78% | - |
| XYZ | 24.04 | 12.48 | 4.51 | - |
| YUV | 71.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 53 | 0 | 0.95 | 0.73 | 0.22 | 346.28 | 0.9 | 0.41 |
| Hex | C6 | A | 35 | 0 | 5F | 49 | 16 | 15A | 5A | 29 |
| Octal | 306 | 12 | 65 | 0 | 137 | 111 | 26 | 532 | 132 | 51 |
| Binary | 11000110 | 1010 | 110101 | 0 | 1011111 | 1001001 | 10110 | 101011010 | 1011010 | 101001 |
Color Harmonies of #C60A35
Complementary color
Monochromatic Colors of #C60A35
Black with #C60A35
Text Example
Text Example
White with #C60A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A35; }
p { color: rgb(198,10,53); }
H1.HeaderClassName
{
color: #C60A35;
}
.AnyTagClassName
{
color: #C60A35;
}
</style>
background-color css
<style>
a { background-color: #C60A35; }
a { background-color: rgb(198,10,53); }
div.DivClassName
{
background-color: #C60A35;
}
.BgClassName
{
background-color: #C60A35;
}
</style>
border-color css
<style>
span { border-color: #C60A35; }
span { border-color: rgb(198,10,53); }
td.TdClassName
{
border-color: #C60A35;
}
.TagClassName
{
border-color: #C60A35;
}
</style>