Shades of Cardinal #C0124B
Tints of Cardinal #C0124B
RGB
CMYK
RGB Variations
Color information
#C0124B (or 0xC0124B) is known color: Cardinal. HEX triplet: C0, 12 and 4B. RGB value is (192,18,75). Sum of RGB (Red+Green+Blue) = 192+18+75=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C0124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0124B is #3FEDB4. Grayscale: #4C4C4C. Windows color (decimal): -4189621 or 4920000. OLE color: 4920000.
HSL color Cylindrical-coordinate representation of color #C0124B: hue angle of 340.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0124B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 75 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.25 |
| HSL | 340.34º | 0.83% | 0.41% | - |
| HSV(B) | 340.34º | 0.91% | 0.75% | - |
| XYZ | 23.22 | 12.15 | 7.78 | - |
| YUV | 76.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 75 | 0 | 0.91 | 0.61 | 0.25 | 340.34 | 0.83 | 0.41 |
| Hex | C0 | 12 | 4B | 0 | 5B | 3D | 19 | 154 | 53 | 29 |
| Octal | 300 | 22 | 113 | 0 | 133 | 75 | 31 | 524 | 123 | 51 |
| Binary | 11000000 | 10010 | 1001011 | 0 | 1011011 | 111101 | 11001 | 101010100 | 1010011 | 101001 |
Color Harmonies of #C0124B
Complementary color
Monochromatic Colors of #C0124B
Black with #C0124B
Text Example
Text Example
White with #C0124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0124B; }
p { color: rgb(192,18,75); }
H1.HeaderClassName
{
color: #C0124B;
}
.AnyTagClassName
{
color: #C0124B;
}
</style>
background-color css
<style>
a { background-color: #C0124B; }
a { background-color: rgb(192,18,75); }
div.DivClassName
{
background-color: #C0124B;
}
.BgClassName
{
background-color: #C0124B;
}
</style>
border-color css
<style>
span { border-color: #C0124B; }
span { border-color: rgb(192,18,75); }
td.TdClassName
{
border-color: #C0124B;
}
.TagClassName
{
border-color: #C0124B;
}
</style>