Shades of Cardinal #C6163B
Tints of Cardinal #C6163B
RGB
CMYK
RGB Variations
Color information
#C6163B (or 0xC6163B) is known color: Cardinal. HEX triplet: C6, 16 and 3B. RGB value is (198,22,59). Sum of RGB (Red+Green+Blue) = 198+22+59=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6163B is #39E9C4. Grayscale: #4E4E4E. Windows color (decimal): -3795397 or 3872454. OLE color: 3872454.
HSL color Cylindrical-coordinate representation of color #C6163B: hue angle of 347.39º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6163B is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 59 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.22 |
| HSL | 347.39º | 0.8% | 0.43% | - |
| HSV(B) | 347.39º | 0.89% | 0.78% | - |
| XYZ | 24.37 | 12.9 | 5.34 | - |
| YUV | 78.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 59 | 0 | 0.89 | 0.70 | 0.22 | 347.39 | 0.8 | 0.43 |
| Hex | C6 | 16 | 3B | 0 | 59 | 46 | 16 | 15B | 50 | 2B |
| Octal | 306 | 26 | 73 | 0 | 131 | 106 | 26 | 533 | 120 | 53 |
| Binary | 11000110 | 10110 | 111011 | 0 | 1011001 | 1000110 | 10110 | 101011011 | 1010000 | 101011 |
Color Harmonies of #C6163B
Complementary color
Monochromatic Colors of #C6163B
Black with #C6163B
Text Example
Text Example
White with #C6163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6163B; }
p { color: rgb(198,22,59); }
H1.HeaderClassName
{
color: #C6163B;
}
.AnyTagClassName
{
color: #C6163B;
}
</style>
background-color css
<style>
a { background-color: #C6163B; }
a { background-color: rgb(198,22,59); }
div.DivClassName
{
background-color: #C6163B;
}
.BgClassName
{
background-color: #C6163B;
}
</style>
border-color css
<style>
span { border-color: #C6163B; }
span { border-color: rgb(198,22,59); }
td.TdClassName
{
border-color: #C6163B;
}
.TagClassName
{
border-color: #C6163B;
}
</style>