Shades of Cardinal #C6182E
Tints of Cardinal #C6182E
RGB
CMYK
RGB Variations
Color information
#C6182E (or 0xC6182E) is known color: Cardinal. HEX triplet: C6, 18 and 2E. RGB value is (198,24,46). Sum of RGB (Red+Green+Blue) = 198+24+46=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C6182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6182E is #39E7D1. Grayscale: #4E4E4E. Windows color (decimal): -3794898 or 3020998. OLE color: 3020998.
HSL color Cylindrical-coordinate representation of color #C6182E: hue angle of 352.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6182E is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 46 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.22 |
| HSL | 352.41º | 0.78% | 0.44% | - |
| HSV(B) | 352.41º | 0.88% | 0.78% | - |
| XYZ | 24.11 | 12.86 | 3.8 | - |
| YUV | 78.53 | 109.65 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 46 | 0 | 0.88 | 0.77 | 0.22 | 352.41 | 0.78 | 0.44 |
| Hex | C6 | 18 | 2E | 0 | 58 | 4D | 16 | 160 | 4E | 2C |
| Octal | 306 | 30 | 56 | 0 | 130 | 115 | 26 | 540 | 116 | 54 |
| Binary | 11000110 | 11000 | 101110 | 0 | 1011000 | 1001101 | 10110 | 101100000 | 1001110 | 101100 |
Color Harmonies of #C6182E
Complementary color
Monochromatic Colors of #C6182E
Black with #C6182E
Text Example
Text Example
White with #C6182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6182E; }
p { color: rgb(198,24,46); }
H1.HeaderClassName
{
color: #C6182E;
}
.AnyTagClassName
{
color: #C6182E;
}
</style>
background-color css
<style>
a { background-color: #C6182E; }
a { background-color: rgb(198,24,46); }
div.DivClassName
{
background-color: #C6182E;
}
.BgClassName
{
background-color: #C6182E;
}
</style>
border-color css
<style>
span { border-color: #C6182E; }
span { border-color: rgb(198,24,46); }
td.TdClassName
{
border-color: #C6182E;
}
.TagClassName
{
border-color: #C6182E;
}
</style>