Shades of Cardinal #C6192D
Tints of Cardinal #C6192D
RGB
CMYK
RGB Variations
Color information
#C6192D (or 0xC6192D) is known color: Cardinal. HEX triplet: C6, 19 and 2D. RGB value is (198,25,45). Sum of RGB (Red+Green+Blue) = 198+25+45=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C6192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6192D is #39E6D2. Grayscale: #4F4F4F. Windows color (decimal): -3794643 or 2955718. OLE color: 2955718.
HSL color Cylindrical-coordinate representation of color #C6192D: hue angle of 353.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6192D is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 45 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.22 |
| HSL | 353.06º | 0.78% | 0.44% | - |
| HSV(B) | 353.06º | 0.87% | 0.78% | - |
| XYZ | 24.11 | 12.89 | 3.7 | - |
| YUV | 79.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 45 | 0 | 0.87 | 0.77 | 0.22 | 353.06 | 0.78 | 0.44 |
| Hex | C6 | 19 | 2D | 0 | 57 | 4D | 16 | 161 | 4E | 2C |
| Octal | 306 | 31 | 55 | 0 | 127 | 115 | 26 | 541 | 116 | 54 |
| Binary | 11000110 | 11001 | 101101 | 0 | 1010111 | 1001101 | 10110 | 101100001 | 1001110 | 101100 |
Color Harmonies of #C6192D
Complementary color
Monochromatic Colors of #C6192D
Black with #C6192D
Text Example
Text Example
White with #C6192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6192D; }
p { color: rgb(198,25,45); }
H1.HeaderClassName
{
color: #C6192D;
}
.AnyTagClassName
{
color: #C6192D;
}
</style>
background-color css
<style>
a { background-color: #C6192D; }
a { background-color: rgb(198,25,45); }
div.DivClassName
{
background-color: #C6192D;
}
.BgClassName
{
background-color: #C6192D;
}
</style>
border-color css
<style>
span { border-color: #C6192D; }
span { border-color: rgb(198,25,45); }
td.TdClassName
{
border-color: #C6192D;
}
.TagClassName
{
border-color: #C6192D;
}
</style>