Shades of Cardinal #C6163A
Tints of Cardinal #C6163A
RGB
CMYK
RGB Variations
Color information
#C6163A (or 0xC6163A) is known color: Cardinal. HEX triplet: C6, 16 and 3A. RGB value is (198,22,58). Sum of RGB (Red+Green+Blue) = 198+22+58=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6163A is #39E9C5. Grayscale: #4E4E4E. Windows color (decimal): -3795398 or 3806918. OLE color: 3806918.
HSL color Cylindrical-coordinate representation of color #C6163A: hue angle of 347.73º 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 #C6163A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 58 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.22 |
| HSL | 347.73º | 0.8% | 0.43% | - |
| HSV(B) | 347.73º | 0.89% | 0.78% | - |
| XYZ | 24.34 | 12.89 | 5.21 | - |
| YUV | 78.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 58 | 0 | 0.89 | 0.71 | 0.22 | 347.73 | 0.8 | 0.43 |
| Hex | C6 | 16 | 3A | 0 | 59 | 47 | 16 | 15C | 50 | 2B |
| Octal | 306 | 26 | 72 | 0 | 131 | 107 | 26 | 534 | 120 | 53 |
| Binary | 11000110 | 10110 | 111010 | 0 | 1011001 | 1000111 | 10110 | 101011100 | 1010000 | 101011 |
Color Harmonies of #C6163A
Complementary color
Monochromatic Colors of #C6163A
Black with #C6163A
Text Example
Text Example
White with #C6163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6163A; }
p { color: rgb(198,22,58); }
H1.HeaderClassName
{
color: #C6163A;
}
.AnyTagClassName
{
color: #C6163A;
}
</style>
background-color css
<style>
a { background-color: #C6163A; }
a { background-color: rgb(198,22,58); }
div.DivClassName
{
background-color: #C6163A;
}
.BgClassName
{
background-color: #C6163A;
}
</style>
border-color css
<style>
span { border-color: #C6163A; }
span { border-color: rgb(198,22,58); }
td.TdClassName
{
border-color: #C6163A;
}
.TagClassName
{
border-color: #C6163A;
}
</style>