Shades of Cardinal #C1162B
Tints of Cardinal #C1162B
RGB
CMYK
RGB Variations
Color information
#C1162B (or 0xC1162B) is known color: Cardinal. HEX triplet: C1, 16 and 2B. RGB value is (193,22,43). Sum of RGB (Red+Green+Blue) = 193+22+43=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1162B is #3EE9D4. Grayscale: #4B4B4B. Windows color (decimal): -4123093 or 2823873. OLE color: 2823873.
HSL color Cylindrical-coordinate representation of color #C1162B: hue angle of 352.63º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1162B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 43 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.24 |
| HSL | 352.63º | 0.8% | 0.42% | - |
| HSV(B) | 352.63º | 0.89% | 0.76% | - |
| XYZ | 22.72 | 12.09 | 3.42 | - |
| YUV | 75.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 43 | 0 | 0.89 | 0.78 | 0.24 | 352.63 | 0.8 | 0.42 |
| Hex | C1 | 16 | 2B | 0 | 59 | 4E | 18 | 161 | 50 | 2A |
| Octal | 301 | 26 | 53 | 0 | 131 | 116 | 30 | 541 | 120 | 52 |
| Binary | 11000001 | 10110 | 101011 | 0 | 1011001 | 1001110 | 11000 | 101100001 | 1010000 | 101010 |
Color Harmonies of #C1162B
Complementary color
Monochromatic Colors of #C1162B
Black with #C1162B
Text Example
Text Example
White with #C1162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1162B; }
p { color: rgb(193,22,43); }
H1.HeaderClassName
{
color: #C1162B;
}
.AnyTagClassName
{
color: #C1162B;
}
</style>
background-color css
<style>
a { background-color: #C1162B; }
a { background-color: rgb(193,22,43); }
div.DivClassName
{
background-color: #C1162B;
}
.BgClassName
{
background-color: #C1162B;
}
</style>
border-color css
<style>
span { border-color: #C1162B; }
span { border-color: rgb(193,22,43); }
td.TdClassName
{
border-color: #C1162B;
}
.TagClassName
{
border-color: #C1162B;
}
</style>