Shades of Cardinal #C60A39
Tints of Cardinal #C60A39
RGB
CMYK
RGB Variations
Color information
#C60A39 (or 0xC60A39) is known color: Cardinal. HEX triplet: C6, 0A and 39. RGB value is (198,10,57). Sum of RGB (Red+Green+Blue) = 198+10+57=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A39 is #39F5C6. Grayscale: #474747. Windows color (decimal): -3798471 or 3738310. OLE color: 3738310.
HSL color Cylindrical-coordinate representation of color #C60A39: hue angle of 345º 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 #C60A39 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 57 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.22 |
| HSL | 345º | 0.9% | 0.41% | - |
| HSV(B) | 345º | 0.95% | 0.78% | - |
| XYZ | 24.14 | 12.52 | 5.02 | - |
| YUV | 71.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 57 | 0 | 0.95 | 0.71 | 0.22 | 345 | 0.9 | 0.41 |
| Hex | C6 | A | 39 | 0 | 5F | 47 | 16 | 159 | 5A | 29 |
| Octal | 306 | 12 | 71 | 0 | 137 | 107 | 26 | 531 | 132 | 51 |
| Binary | 11000110 | 1010 | 111001 | 0 | 1011111 | 1000111 | 10110 | 101011001 | 1011010 | 101001 |
Color Harmonies of #C60A39
Complementary color
Monochromatic Colors of #C60A39
Black with #C60A39
Text Example
Text Example
White with #C60A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A39; }
p { color: rgb(198,10,57); }
H1.HeaderClassName
{
color: #C60A39;
}
.AnyTagClassName
{
color: #C60A39;
}
</style>
background-color css
<style>
a { background-color: #C60A39; }
a { background-color: rgb(198,10,57); }
div.DivClassName
{
background-color: #C60A39;
}
.BgClassName
{
background-color: #C60A39;
}
</style>
border-color css
<style>
span { border-color: #C60A39; }
span { border-color: rgb(198,10,57); }
td.TdClassName
{
border-color: #C60A39;
}
.TagClassName
{
border-color: #C60A39;
}
</style>