Shades of Cardinal #C10B4D
Tints of Cardinal #C10B4D
RGB
CMYK
RGB Variations
Color information
#C10B4D (or 0xC10B4D) is known color: Cardinal. HEX triplet: C1, 0B and 4D. RGB value is (193,11,77). Sum of RGB (Red+Green+Blue) = 193+11+77=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B4D is #3EF4B2. Grayscale: #484848. Windows color (decimal): -4125875 or 5049281. OLE color: 5049281.
HSL color Cylindrical-coordinate representation of color #C10B4D: hue angle of 338.24º 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 #C10B4D is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.24 |
| HSL | 338.24º | 0.89% | 0.4% | - |
| HSV(B) | 338.24º | 0.94% | 0.76% | - |
| XYZ | 23.45 | 12.11 | 8.12 | - |
| YUV | 72.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 77 | 0 | 0.94 | 0.60 | 0.24 | 338.24 | 0.89 | 0.4 |
| Hex | C1 | B | 4D | 0 | 5E | 3C | 18 | 152 | 59 | 28 |
| Octal | 301 | 13 | 115 | 0 | 136 | 74 | 30 | 522 | 131 | 50 |
| Binary | 11000001 | 1011 | 1001101 | 0 | 1011110 | 111100 | 11000 | 101010010 | 1011001 | 101000 |
Color Harmonies of #C10B4D
Complementary color
Monochromatic Colors of #C10B4D
Black with #C10B4D
Text Example
Text Example
White with #C10B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B4D; }
p { color: rgb(193,11,77); }
H1.HeaderClassName
{
color: #C10B4D;
}
.AnyTagClassName
{
color: #C10B4D;
}
</style>
background-color css
<style>
a { background-color: #C10B4D; }
a { background-color: rgb(193,11,77); }
div.DivClassName
{
background-color: #C10B4D;
}
.BgClassName
{
background-color: #C10B4D;
}
</style>
border-color css
<style>
span { border-color: #C10B4D; }
span { border-color: rgb(193,11,77); }
td.TdClassName
{
border-color: #C10B4D;
}
.TagClassName
{
border-color: #C10B4D;
}
</style>