Shades of Cardinal #C1182F
Tints of Cardinal #C1182F
RGB
CMYK
RGB Variations
Color information
#C1182F (or 0xC1182F) is known color: Cardinal. HEX triplet: C1, 18 and 2F. RGB value is (193,24,47). Sum of RGB (Red+Green+Blue) = 193+24+47=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C1182F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1182F is #3EE7D0. Grayscale: #4D4D4D. Windows color (decimal): -4122577 or 3086529. OLE color: 3086529.
HSL color Cylindrical-coordinate representation of color #C1182F: hue angle of 351.83º 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 #C1182F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 47 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.24 |
| HSL | 351.83º | 0.78% | 0.43% | - |
| HSV(B) | 351.83º | 0.88% | 0.76% | - |
| XYZ | 22.83 | 12.2 | 3.84 | - |
| YUV | 77.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 47 | 0 | 0.88 | 0.76 | 0.24 | 351.83 | 0.78 | 0.43 |
| Hex | C1 | 18 | 2F | 0 | 58 | 4C | 18 | 160 | 4E | 2B |
| Octal | 301 | 30 | 57 | 0 | 130 | 114 | 30 | 540 | 116 | 53 |
| Binary | 11000001 | 11000 | 101111 | 0 | 1011000 | 1001100 | 11000 | 101100000 | 1001110 | 101011 |
Color Harmonies of #C1182F
Complementary color
Monochromatic Colors of #C1182F
Black with #C1182F
Text Example
Text Example
White with #C1182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1182F; }
p { color: rgb(193,24,47); }
H1.HeaderClassName
{
color: #C1182F;
}
.AnyTagClassName
{
color: #C1182F;
}
</style>
background-color css
<style>
a { background-color: #C1182F; }
a { background-color: rgb(193,24,47); }
div.DivClassName
{
background-color: #C1182F;
}
.BgClassName
{
background-color: #C1182F;
}
</style>
border-color css
<style>
span { border-color: #C1182F; }
span { border-color: rgb(193,24,47); }
td.TdClassName
{
border-color: #C1182F;
}
.TagClassName
{
border-color: #C1182F;
}
</style>