Shades of Cardinal #C1182B
Tints of Cardinal #C1182B
RGB
CMYK
RGB Variations
Color information
#C1182B (or 0xC1182B) is known color: Cardinal. HEX triplet: C1, 18 and 2B. RGB value is (193,24,43). Sum of RGB (Red+Green+Blue) = 193+24+43=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1182B is #3EE7D4. Grayscale: #4C4C4C. Windows color (decimal): -4122581 or 2824385. OLE color: 2824385.
HSL color Cylindrical-coordinate representation of color #C1182B: hue angle of 353.25º 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 #C1182B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.24 |
| HSL | 353.25º | 0.78% | 0.43% | - |
| HSV(B) | 353.25º | 0.88% | 0.76% | - |
| XYZ | 22.76 | 12.17 | 3.43 | - |
| YUV | 76.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 43 | 0 | 0.88 | 0.78 | 0.24 | 353.25 | 0.78 | 0.43 |
| Hex | C1 | 18 | 2B | 0 | 58 | 4E | 18 | 161 | 4E | 2B |
| Octal | 301 | 30 | 53 | 0 | 130 | 116 | 30 | 541 | 116 | 53 |
| Binary | 11000001 | 11000 | 101011 | 0 | 1011000 | 1001110 | 11000 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C1182B
Complementary color
Monochromatic Colors of #C1182B
Black with #C1182B
Text Example
Text Example
White with #C1182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1182B; }
p { color: rgb(193,24,43); }
H1.HeaderClassName
{
color: #C1182B;
}
.AnyTagClassName
{
color: #C1182B;
}
</style>
background-color css
<style>
a { background-color: #C1182B; }
a { background-color: rgb(193,24,43); }
div.DivClassName
{
background-color: #C1182B;
}
.BgClassName
{
background-color: #C1182B;
}
</style>
border-color css
<style>
span { border-color: #C1182B; }
span { border-color: rgb(193,24,43); }
td.TdClassName
{
border-color: #C1182B;
}
.TagClassName
{
border-color: #C1182B;
}
</style>