Shades of Cardinal #C10B40
Tints of Cardinal #C10B40
RGB
CMYK
RGB Variations
Color information
#C10B40 (or 0xC10B40) is known color: Cardinal. HEX triplet: C1, 0B and 40. RGB value is (193,11,64). Sum of RGB (Red+Green+Blue) = 193+11+64=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B40 is #3EF4BF. Grayscale: #474747. Windows color (decimal): -4125888 or 4197313. OLE color: 4197313.
HSL color Cylindrical-coordinate representation of color #C10B40: hue angle of 342.53º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B40 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.24 |
| HSL | 342.53º | 0.89% | 0.4% | - |
| HSV(B) | 342.53º | 0.94% | 0.76% | - |
| XYZ | 23.04 | 11.95 | 5.94 | - |
| YUV | 71.46 | 123.8 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 64 | 0 | 0.94 | 0.67 | 0.24 | 342.53 | 0.89 | 0.4 |
| Hex | C1 | B | 40 | 0 | 5E | 43 | 18 | 157 | 59 | 28 |
| Octal | 301 | 13 | 100 | 0 | 136 | 103 | 30 | 527 | 131 | 50 |
| Binary | 11000001 | 1011 | 1000000 | 0 | 1011110 | 1000011 | 11000 | 101010111 | 1011001 | 101000 |
Color Harmonies of #C10B40
Complementary color
Monochromatic Colors of #C10B40
Black with #C10B40
Text Example
Text Example
White with #C10B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B40; }
p { color: rgb(193,11,64); }
H1.HeaderClassName
{
color: #C10B40;
}
.AnyTagClassName
{
color: #C10B40;
}
</style>
background-color css
<style>
a { background-color: #C10B40; }
a { background-color: rgb(193,11,64); }
div.DivClassName
{
background-color: #C10B40;
}
.BgClassName
{
background-color: #C10B40;
}
</style>
border-color css
<style>
span { border-color: #C10B40; }
span { border-color: rgb(193,11,64); }
td.TdClassName
{
border-color: #C10B40;
}
.TagClassName
{
border-color: #C10B40;
}
</style>