Shades of Cardinal #C60A3C
Tints of Cardinal #C60A3C
RGB
CMYK
RGB Variations
Color information
#C60A3C (or 0xC60A3C) is known color: Cardinal. HEX triplet: C6, 0A and 3C. RGB value is (198,10,60). Sum of RGB (Red+Green+Blue) = 198+10+60=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A3C is #39F5C3. Grayscale: #474747. Windows color (decimal): -3798468 or 3934918. OLE color: 3934918.
HSL color Cylindrical-coordinate representation of color #C60A3C: hue angle of 344.04º 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 #C60A3C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 60 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.22 |
| HSL | 344.04º | 0.9% | 0.41% | - |
| HSV(B) | 344.04º | 0.95% | 0.78% | - |
| XYZ | 24.21 | 12.55 | 5.42 | - |
| YUV | 71.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 60 | 0 | 0.95 | 0.70 | 0.22 | 344.04 | 0.9 | 0.41 |
| Hex | C6 | A | 3C | 0 | 5F | 46 | 16 | 158 | 5A | 29 |
| Octal | 306 | 12 | 74 | 0 | 137 | 106 | 26 | 530 | 132 | 51 |
| Binary | 11000110 | 1010 | 111100 | 0 | 1011111 | 1000110 | 10110 | 101011000 | 1011010 | 101001 |
Color Harmonies of #C60A3C
Complementary color
Monochromatic Colors of #C60A3C
Black with #C60A3C
Text Example
Text Example
White with #C60A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A3C; }
p { color: rgb(198,10,60); }
H1.HeaderClassName
{
color: #C60A3C;
}
.AnyTagClassName
{
color: #C60A3C;
}
</style>
background-color css
<style>
a { background-color: #C60A3C; }
a { background-color: rgb(198,10,60); }
div.DivClassName
{
background-color: #C60A3C;
}
.BgClassName
{
background-color: #C60A3C;
}
</style>
border-color css
<style>
span { border-color: #C60A3C; }
span { border-color: rgb(198,10,60); }
td.TdClassName
{
border-color: #C60A3C;
}
.TagClassName
{
border-color: #C60A3C;
}
</style>