Shades of Cardinal #C6122F
Tints of Cardinal #C6122F
RGB
CMYK
RGB Variations
Color information
#C6122F (or 0xC6122F) is known color: Cardinal. HEX triplet: C6, 12 and 2F. RGB value is (198,18,47). Sum of RGB (Red+Green+Blue) = 198+18+47=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6122F is #39EDD0. Grayscale: #4B4B4B. Windows color (decimal): -3796433 or 3084998. OLE color: 3084998.
HSL color Cylindrical-coordinate representation of color #C6122F: hue angle of 350.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6122F is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 47 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.22 |
| HSL | 350.33º | 0.83% | 0.42% | - |
| HSV(B) | 350.33º | 0.91% | 0.78% | - |
| XYZ | 24.02 | 12.64 | 3.86 | - |
| YUV | 75.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 47 | 0 | 0.91 | 0.76 | 0.22 | 350.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 2F | 0 | 5B | 4C | 16 | 15E | 53 | 2A |
| Octal | 306 | 22 | 57 | 0 | 133 | 114 | 26 | 536 | 123 | 52 |
| Binary | 11000110 | 10010 | 101111 | 0 | 1011011 | 1001100 | 10110 | 101011110 | 1010011 | 101010 |
Color Harmonies of #C6122F
Complementary color
Monochromatic Colors of #C6122F
Black with #C6122F
Text Example
Text Example
White with #C6122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6122F; }
p { color: rgb(198,18,47); }
H1.HeaderClassName
{
color: #C6122F;
}
.AnyTagClassName
{
color: #C6122F;
}
</style>
background-color css
<style>
a { background-color: #C6122F; }
a { background-color: rgb(198,18,47); }
div.DivClassName
{
background-color: #C6122F;
}
.BgClassName
{
background-color: #C6122F;
}
</style>
border-color css
<style>
span { border-color: #C6122F; }
span { border-color: rgb(198,18,47); }
td.TdClassName
{
border-color: #C6122F;
}
.TagClassName
{
border-color: #C6122F;
}
</style>