Shades of Cardinal #C0182D
Tints of Cardinal #C0182D
RGB
CMYK
RGB Variations
Color information
#C0182D (or 0xC0182D) is known color: Cardinal. HEX triplet: C0, 18 and 2D. RGB value is (192,24,45). Sum of RGB (Red+Green+Blue) = 192+24+45=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C0182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0182D is #3FE7D2. Grayscale: #4C4C4C. Windows color (decimal): -4188115 or 2955456. OLE color: 2955456.
HSL color Cylindrical-coordinate representation of color #C0182D: hue angle of 352.5º 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 #C0182D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.25 |
| HSL | 352.5º | 0.78% | 0.42% | - |
| HSV(B) | 352.5º | 0.88% | 0.75% | - |
| XYZ | 22.54 | 12.05 | 3.62 | - |
| YUV | 76.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 45 | 0 | 0.88 | 0.77 | 0.25 | 352.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | 2D | 0 | 58 | 4D | 19 | 160 | 4E | 2A |
| Octal | 300 | 30 | 55 | 0 | 130 | 115 | 31 | 540 | 116 | 52 |
| Binary | 11000000 | 11000 | 101101 | 0 | 1011000 | 1001101 | 11001 | 101100000 | 1001110 | 101010 |
Color Harmonies of #C0182D
Complementary color
Monochromatic Colors of #C0182D
Black with #C0182D
Text Example
Text Example
White with #C0182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0182D; }
p { color: rgb(192,24,45); }
H1.HeaderClassName
{
color: #C0182D;
}
.AnyTagClassName
{
color: #C0182D;
}
</style>
background-color css
<style>
a { background-color: #C0182D; }
a { background-color: rgb(192,24,45); }
div.DivClassName
{
background-color: #C0182D;
}
.BgClassName
{
background-color: #C0182D;
}
</style>
border-color css
<style>
span { border-color: #C0182D; }
span { border-color: rgb(192,24,45); }
td.TdClassName
{
border-color: #C0182D;
}
.TagClassName
{
border-color: #C0182D;
}
</style>