Shades of Cardinal #C0183D
Tints of Cardinal #C0183D
RGB
CMYK
RGB Variations
Color information
#C0183D (or 0xC0183D) is known color: Cardinal. HEX triplet: C0, 18 and 3D. RGB value is (192,24,61). Sum of RGB (Red+Green+Blue) = 192+24+61=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0183D is #3FE7C2. Grayscale: #4E4E4E. Windows color (decimal): -4188099 or 4004032. OLE color: 4004032.
HSL color Cylindrical-coordinate representation of color #C0183D: hue angle of 346.79º 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 #C0183D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 61 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.25 |
| HSL | 346.79º | 0.78% | 0.42% | - |
| HSV(B) | 346.79º | 0.88% | 0.75% | - |
| XYZ | 22.91 | 12.2 | 5.56 | - |
| YUV | 78.45 | 118.16 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 61 | 0 | 0.88 | 0.68 | 0.25 | 346.79 | 0.78 | 0.42 |
| Hex | C0 | 18 | 3D | 0 | 58 | 44 | 19 | 15B | 4E | 2A |
| Octal | 300 | 30 | 75 | 0 | 130 | 104 | 31 | 533 | 116 | 52 |
| Binary | 11000000 | 11000 | 111101 | 0 | 1011000 | 1000100 | 11001 | 101011011 | 1001110 | 101010 |
Color Harmonies of #C0183D
Complementary color
Monochromatic Colors of #C0183D
Black with #C0183D
Text Example
Text Example
White with #C0183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0183D; }
p { color: rgb(192,24,61); }
H1.HeaderClassName
{
color: #C0183D;
}
.AnyTagClassName
{
color: #C0183D;
}
</style>
background-color css
<style>
a { background-color: #C0183D; }
a { background-color: rgb(192,24,61); }
div.DivClassName
{
background-color: #C0183D;
}
.BgClassName
{
background-color: #C0183D;
}
</style>
border-color css
<style>
span { border-color: #C0183D; }
span { border-color: rgb(192,24,61); }
td.TdClassName
{
border-color: #C0183D;
}
.TagClassName
{
border-color: #C0183D;
}
</style>