Shades of Cardinal #C2182B
Tints of Cardinal #C2182B
RGB
CMYK
RGB Variations
Color information
#C2182B (or 0xC2182B) is known color: Cardinal. HEX triplet: C2, 18 and 2B. RGB value is (194,24,43). Sum of RGB (Red+Green+Blue) = 194+24+43=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2182B is #3DE7D4. Grayscale: #4D4D4D. Windows color (decimal): -4057045 or 2824386. OLE color: 2824386.
HSL color Cylindrical-coordinate representation of color #C2182B: hue angle of 353.29º 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 #C2182B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.24 |
| HSL | 353.29º | 0.78% | 0.43% | - |
| HSV(B) | 353.29º | 0.88% | 0.76% | - |
| XYZ | 23.01 | 12.3 | 3.45 | - |
| YUV | 77 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 43 | 0 | 0.88 | 0.78 | 0.24 | 353.29 | 0.78 | 0.43 |
| Hex | C2 | 18 | 2B | 0 | 58 | 4E | 18 | 161 | 4E | 2B |
| Octal | 302 | 30 | 53 | 0 | 130 | 116 | 30 | 541 | 116 | 53 |
| Binary | 11000010 | 11000 | 101011 | 0 | 1011000 | 1001110 | 11000 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C2182B
Complementary color
Monochromatic Colors of #C2182B
Black with #C2182B
Text Example
Text Example
White with #C2182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2182B; }
p { color: rgb(194,24,43); }
H1.HeaderClassName
{
color: #C2182B;
}
.AnyTagClassName
{
color: #C2182B;
}
</style>
background-color css
<style>
a { background-color: #C2182B; }
a { background-color: rgb(194,24,43); }
div.DivClassName
{
background-color: #C2182B;
}
.BgClassName
{
background-color: #C2182B;
}
</style>
border-color css
<style>
span { border-color: #C2182B; }
span { border-color: rgb(194,24,43); }
td.TdClassName
{
border-color: #C2182B;
}
.TagClassName
{
border-color: #C2182B;
}
</style>