Shades of Cardinal #C0123A
Tints of Cardinal #C0123A
RGB
CMYK
RGB Variations
Color information
#C0123A (or 0xC0123A) is known color: Cardinal. HEX triplet: C0, 12 and 3A. RGB value is (192,18,58). Sum of RGB (Red+Green+Blue) = 192+18+58=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0123A is #3FEDC5. Grayscale: #4A4A4A. Windows color (decimal): -4189638 or 3805888. OLE color: 3805888.
HSL color Cylindrical-coordinate representation of color #C0123A: hue angle of 346.21º 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 #C0123A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 58 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.25 |
| HSL | 346.21º | 0.83% | 0.41% | - |
| HSV(B) | 346.21º | 0.91% | 0.75% | - |
| XYZ | 22.72 | 11.94 | 5.11 | - |
| YUV | 74.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 58 | 0 | 0.91 | 0.70 | 0.25 | 346.21 | 0.83 | 0.41 |
| Hex | C0 | 12 | 3A | 0 | 5B | 46 | 19 | 15A | 53 | 29 |
| Octal | 300 | 22 | 72 | 0 | 133 | 106 | 31 | 532 | 123 | 51 |
| Binary | 11000000 | 10010 | 111010 | 0 | 1011011 | 1000110 | 11001 | 101011010 | 1010011 | 101001 |
Color Harmonies of #C0123A
Complementary color
Monochromatic Colors of #C0123A
Black with #C0123A
Text Example
Text Example
White with #C0123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0123A; }
p { color: rgb(192,18,58); }
H1.HeaderClassName
{
color: #C0123A;
}
.AnyTagClassName
{
color: #C0123A;
}
</style>
background-color css
<style>
a { background-color: #C0123A; }
a { background-color: rgb(192,18,58); }
div.DivClassName
{
background-color: #C0123A;
}
.BgClassName
{
background-color: #C0123A;
}
</style>
border-color css
<style>
span { border-color: #C0123A; }
span { border-color: rgb(192,18,58); }
td.TdClassName
{
border-color: #C0123A;
}
.TagClassName
{
border-color: #C0123A;
}
</style>