Shades of Cardinal #C0183F
Tints of Cardinal #C0183F
RGB
CMYK
RGB Variations
Color information
#C0183F (or 0xC0183F) is known color: Cardinal. HEX triplet: C0, 18 and 3F. RGB value is (192,24,63). Sum of RGB (Red+Green+Blue) = 192+24+63=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C0183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0183F is #3FE7C0. Grayscale: #4E4E4E. Windows color (decimal): -4188097 or 4135104. OLE color: 4135104.
HSL color Cylindrical-coordinate representation of color #C0183F: hue angle of 346.07º 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 #C0183F is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 63 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.25 |
| HSL | 346.07º | 0.78% | 0.42% | - |
| HSV(B) | 346.07º | 0.88% | 0.75% | - |
| XYZ | 22.96 | 12.22 | 5.85 | - |
| YUV | 78.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 63 | 0 | 0.88 | 0.67 | 0.25 | 346.07 | 0.78 | 0.42 |
| Hex | C0 | 18 | 3F | 0 | 58 | 43 | 19 | 15A | 4E | 2A |
| Octal | 300 | 30 | 77 | 0 | 130 | 103 | 31 | 532 | 116 | 52 |
| Binary | 11000000 | 11000 | 111111 | 0 | 1011000 | 1000011 | 11001 | 101011010 | 1001110 | 101010 |
Color Harmonies of #C0183F
Complementary color
Monochromatic Colors of #C0183F
Black with #C0183F
Text Example
Text Example
White with #C0183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0183F; }
p { color: rgb(192,24,63); }
H1.HeaderClassName
{
color: #C0183F;
}
.AnyTagClassName
{
color: #C0183F;
}
</style>
background-color css
<style>
a { background-color: #C0183F; }
a { background-color: rgb(192,24,63); }
div.DivClassName
{
background-color: #C0183F;
}
.BgClassName
{
background-color: #C0183F;
}
</style>
border-color css
<style>
span { border-color: #C0183F; }
span { border-color: rgb(192,24,63); }
td.TdClassName
{
border-color: #C0183F;
}
.TagClassName
{
border-color: #C0183F;
}
</style>