Shades of Cardinal #C10B4C
Tints of Cardinal #C10B4C
RGB
CMYK
RGB Variations
Color information
#C10B4C (or 0xC10B4C) is known color: Cardinal. HEX triplet: C1, 0B and 4C. RGB value is (193,11,76). Sum of RGB (Red+Green+Blue) = 193+11+76=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B4C is #3EF4B3. Grayscale: #484848. Windows color (decimal): -4125876 or 4983745. OLE color: 4983745.
HSL color Cylindrical-coordinate representation of color #C10B4C: hue angle of 338.57º 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 #C10B4C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 76 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.24 |
| HSL | 338.57º | 0.89% | 0.4% | - |
| HSV(B) | 338.57º | 0.94% | 0.76% | - |
| XYZ | 23.42 | 12.1 | 7.94 | - |
| YUV | 72.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 76 | 0 | 0.94 | 0.61 | 0.24 | 338.57 | 0.89 | 0.4 |
| Hex | C1 | B | 4C | 0 | 5E | 3D | 18 | 153 | 59 | 28 |
| Octal | 301 | 13 | 114 | 0 | 136 | 75 | 30 | 523 | 131 | 50 |
| Binary | 11000001 | 1011 | 1001100 | 0 | 1011110 | 111101 | 11000 | 101010011 | 1011001 | 101000 |
Color Harmonies of #C10B4C
Complementary color
Monochromatic Colors of #C10B4C
Black with #C10B4C
Text Example
Text Example
White with #C10B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B4C; }
p { color: rgb(193,11,76); }
H1.HeaderClassName
{
color: #C10B4C;
}
.AnyTagClassName
{
color: #C10B4C;
}
</style>
background-color css
<style>
a { background-color: #C10B4C; }
a { background-color: rgb(193,11,76); }
div.DivClassName
{
background-color: #C10B4C;
}
.BgClassName
{
background-color: #C10B4C;
}
</style>
border-color css
<style>
span { border-color: #C10B4C; }
span { border-color: rgb(193,11,76); }
td.TdClassName
{
border-color: #C10B4C;
}
.TagClassName
{
border-color: #C10B4C;
}
</style>