Shades of Cardinal #C0182C
Tints of Cardinal #C0182C
RGB
CMYK
RGB Variations
Color information
#C0182C (or 0xC0182C) is known color: Cardinal. HEX triplet: C0, 18 and 2C. RGB value is (192,24,44). Sum of RGB (Red+Green+Blue) = 192+24+44=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0182C is #3FE7D3. Grayscale: #4C4C4C. Windows color (decimal): -4188116 or 2889920. OLE color: 2889920.
HSL color Cylindrical-coordinate representation of color #C0182C: hue angle of 352.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0182C is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 44 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.25 |
| HSL | 352.86º | 0.78% | 0.42% | - |
| HSV(B) | 352.86º | 0.88% | 0.75% | - |
| XYZ | 22.52 | 12.04 | 3.52 | - |
| YUV | 76.51 | 109.66 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 44 | 0 | 0.88 | 0.77 | 0.25 | 352.86 | 0.78 | 0.42 |
| Hex | C0 | 18 | 2C | 0 | 58 | 4D | 19 | 161 | 4E | 2A |
| Octal | 300 | 30 | 54 | 0 | 130 | 115 | 31 | 541 | 116 | 52 |
| Binary | 11000000 | 11000 | 101100 | 0 | 1011000 | 1001101 | 11001 | 101100001 | 1001110 | 101010 |
Color Harmonies of #C0182C
Complementary color
Monochromatic Colors of #C0182C
Black with #C0182C
Text Example
Text Example
White with #C0182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0182C; }
p { color: rgb(192,24,44); }
H1.HeaderClassName
{
color: #C0182C;
}
.AnyTagClassName
{
color: #C0182C;
}
</style>
background-color css
<style>
a { background-color: #C0182C; }
a { background-color: rgb(192,24,44); }
div.DivClassName
{
background-color: #C0182C;
}
.BgClassName
{
background-color: #C0182C;
}
</style>
border-color css
<style>
span { border-color: #C0182C; }
span { border-color: rgb(192,24,44); }
td.TdClassName
{
border-color: #C0182C;
}
.TagClassName
{
border-color: #C0182C;
}
</style>