Shades of Cardinal #C0123D
Tints of Cardinal #C0123D
RGB
CMYK
RGB Variations
Color information
#C0123D (or 0xC0123D) is known color: Cardinal. HEX triplet: C0, 12 and 3D. RGB value is (192,18,61). Sum of RGB (Red+Green+Blue) = 192+18+61=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0123D is #3FEDC2. Grayscale: #4A4A4A. Windows color (decimal): -4189635 or 4002496. OLE color: 4002496.
HSL color Cylindrical-coordinate representation of color #C0123D: hue angle of 345.17º 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 #C0123D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.25 |
| HSL | 345.17º | 0.83% | 0.41% | - |
| HSV(B) | 345.17º | 0.91% | 0.75% | - |
| XYZ | 22.8 | 11.98 | 5.52 | - |
| YUV | 74.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 61 | 0 | 0.91 | 0.68 | 0.25 | 345.17 | 0.83 | 0.41 |
| Hex | C0 | 12 | 3D | 0 | 5B | 44 | 19 | 159 | 53 | 29 |
| Octal | 300 | 22 | 75 | 0 | 133 | 104 | 31 | 531 | 123 | 51 |
| Binary | 11000000 | 10010 | 111101 | 0 | 1011011 | 1000100 | 11001 | 101011001 | 1010011 | 101001 |
Color Harmonies of #C0123D
Complementary color
Monochromatic Colors of #C0123D
Black with #C0123D
Text Example
Text Example
White with #C0123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0123D; }
p { color: rgb(192,18,61); }
H1.HeaderClassName
{
color: #C0123D;
}
.AnyTagClassName
{
color: #C0123D;
}
</style>
background-color css
<style>
a { background-color: #C0123D; }
a { background-color: rgb(192,18,61); }
div.DivClassName
{
background-color: #C0123D;
}
.BgClassName
{
background-color: #C0123D;
}
</style>
border-color css
<style>
span { border-color: #C0123D; }
span { border-color: rgb(192,18,61); }
td.TdClassName
{
border-color: #C0123D;
}
.TagClassName
{
border-color: #C0123D;
}
</style>