Shades of Cardinal #C10B2E
Tints of Cardinal #C10B2E
RGB
CMYK
RGB Variations
Color information
#C10B2E (or 0xC10B2E) is known color: Cardinal. HEX triplet: C1, 0B and 2E. RGB value is (193,11,46). Sum of RGB (Red+Green+Blue) = 193+11+46=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10B2E is #3EF4D1. Grayscale: #454545. Windows color (decimal): -4125906 or 3017665. OLE color: 3017665.
HSL color Cylindrical-coordinate representation of color #C10B2E: hue angle of 348.46º 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 #C10B2E is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 46 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.24 |
| HSL | 348.46º | 0.89% | 0.4% | - |
| HSV(B) | 348.46º | 0.94% | 0.76% | - |
| XYZ | 22.61 | 11.77 | 3.67 | - |
| YUV | 69.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 46 | 0 | 0.94 | 0.76 | 0.24 | 348.46 | 0.89 | 0.4 |
| Hex | C1 | B | 2E | 0 | 5E | 4C | 18 | 15C | 59 | 28 |
| Octal | 301 | 13 | 56 | 0 | 136 | 114 | 30 | 534 | 131 | 50 |
| Binary | 11000001 | 1011 | 101110 | 0 | 1011110 | 1001100 | 11000 | 101011100 | 1011001 | 101000 |
Color Harmonies of #C10B2E
Complementary color
Monochromatic Colors of #C10B2E
Black with #C10B2E
Text Example
Text Example
White with #C10B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B2E; }
p { color: rgb(193,11,46); }
H1.HeaderClassName
{
color: #C10B2E;
}
.AnyTagClassName
{
color: #C10B2E;
}
</style>
background-color css
<style>
a { background-color: #C10B2E; }
a { background-color: rgb(193,11,46); }
div.DivClassName
{
background-color: #C10B2E;
}
.BgClassName
{
background-color: #C10B2E;
}
</style>
border-color css
<style>
span { border-color: #C10B2E; }
span { border-color: rgb(193,11,46); }
td.TdClassName
{
border-color: #C10B2E;
}
.TagClassName
{
border-color: #C10B2E;
}
</style>