Shades of Cardinal #C1182E
Tints of Cardinal #C1182E
RGB
CMYK
RGB Variations
Color information
#C1182E (or 0xC1182E) is known color: Cardinal. HEX triplet: C1, 18 and 2E. RGB value is (193,24,46). Sum of RGB (Red+Green+Blue) = 193+24+46=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C1182E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1182E is #3EE7D1. Grayscale: #4D4D4D. Windows color (decimal): -4122578 or 3020993. OLE color: 3020993.
HSL color Cylindrical-coordinate representation of color #C1182E: hue angle of 352.19º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1182E is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 46 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.24 |
| HSL | 352.19º | 0.78% | 0.43% | - |
| HSV(B) | 352.19º | 0.88% | 0.76% | - |
| XYZ | 22.81 | 12.19 | 3.73 | - |
| YUV | 77.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 46 | 0 | 0.88 | 0.76 | 0.24 | 352.19 | 0.78 | 0.43 |
| Hex | C1 | 18 | 2E | 0 | 58 | 4C | 18 | 160 | 4E | 2B |
| Octal | 301 | 30 | 56 | 0 | 130 | 114 | 30 | 540 | 116 | 53 |
| Binary | 11000001 | 11000 | 101110 | 0 | 1011000 | 1001100 | 11000 | 101100000 | 1001110 | 101011 |
Color Harmonies of #C1182E
Complementary color
Monochromatic Colors of #C1182E
Black with #C1182E
Text Example
Text Example
White with #C1182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1182E; }
p { color: rgb(193,24,46); }
H1.HeaderClassName
{
color: #C1182E;
}
.AnyTagClassName
{
color: #C1182E;
}
</style>
background-color css
<style>
a { background-color: #C1182E; }
a { background-color: rgb(193,24,46); }
div.DivClassName
{
background-color: #C1182E;
}
.BgClassName
{
background-color: #C1182E;
}
</style>
border-color css
<style>
span { border-color: #C1182E; }
span { border-color: rgb(193,24,46); }
td.TdClassName
{
border-color: #C1182E;
}
.TagClassName
{
border-color: #C1182E;
}
</style>