Shades of Cardinal #C60B34
Tints of Cardinal #C60B34
RGB
CMYK
RGB Variations
Color information
#C60B34 (or 0xC60B34) is known color: Cardinal. HEX triplet: C6, 0B and 34. RGB value is (198,11,52). Sum of RGB (Red+Green+Blue) = 198+11+52=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60B34 is #39F4CB. Grayscale: #474747. Windows color (decimal): -3798220 or 3410886. OLE color: 3410886.
HSL color Cylindrical-coordinate representation of color #C60B34: hue angle of 346.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B34 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 52 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.22 |
| HSL | 346.84º | 0.89% | 0.41% | - |
| HSV(B) | 346.84º | 0.94% | 0.78% | - |
| XYZ | 24.03 | 12.49 | 4.39 | - |
| YUV | 71.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 52 | 0 | 0.94 | 0.74 | 0.22 | 346.84 | 0.89 | 0.41 |
| Hex | C6 | B | 34 | 0 | 5E | 4A | 16 | 15B | 59 | 29 |
| Octal | 306 | 13 | 64 | 0 | 136 | 112 | 26 | 533 | 131 | 51 |
| Binary | 11000110 | 1011 | 110100 | 0 | 1011110 | 1001010 | 10110 | 101011011 | 1011001 | 101001 |
Color Harmonies of #C60B34
Complementary color
Monochromatic Colors of #C60B34
Black with #C60B34
Text Example
Text Example
White with #C60B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B34; }
p { color: rgb(198,11,52); }
H1.HeaderClassName
{
color: #C60B34;
}
.AnyTagClassName
{
color: #C60B34;
}
</style>
background-color css
<style>
a { background-color: #C60B34; }
a { background-color: rgb(198,11,52); }
div.DivClassName
{
background-color: #C60B34;
}
.BgClassName
{
background-color: #C60B34;
}
</style>
border-color css
<style>
span { border-color: #C60B34; }
span { border-color: rgb(198,11,52); }
td.TdClassName
{
border-color: #C60B34;
}
.TagClassName
{
border-color: #C60B34;
}
</style>