Shades of Cardinal #AB102E
Tints of Cardinal #AB102E
RGB
CMYK
RGB Variations
Color information
#AB102E (or 0xAB102E) is known color: Cardinal. HEX triplet: AB, 10 and 2E. RGB value is (171,16,46). Sum of RGB (Red+Green+Blue) = 171+16+46=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB102E is #54EFD1. Grayscale: #414141. Windows color (decimal): -5566418 or 3018923. OLE color: 3018923.
HSL color Cylindrical-coordinate representation of color #AB102E: hue angle of 348.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB102E is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 46 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.33 |
| HSL | 348.39º | 0.83% | 0.37% | - |
| HSV(B) | 348.39º | 0.91% | 0.67% | - |
| XYZ | 17.47 | 9.23 | 3.44 | - |
| YUV | 65.77 | 116.85 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 46 | 0 | 0.91 | 0.73 | 0.33 | 348.39 | 0.83 | 0.37 |
| Hex | AB | 10 | 2E | 0 | 5B | 49 | 21 | 15C | 53 | 25 |
| Octal | 253 | 20 | 56 | 0 | 133 | 111 | 41 | 534 | 123 | 45 |
| Binary | 10101011 | 10000 | 101110 | 0 | 1011011 | 1001001 | 100001 | 101011100 | 1010011 | 100101 |
Color Harmonies of #AB102E
Complementary color
Monochromatic Colors of #AB102E
Black with #AB102E
Text Example
Text Example
White with #AB102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB102E; }
p { color: rgb(171,16,46); }
H1.HeaderClassName
{
color: #AB102E;
}
.AnyTagClassName
{
color: #AB102E;
}
</style>
background-color css
<style>
a { background-color: #AB102E; }
a { background-color: rgb(171,16,46); }
div.DivClassName
{
background-color: #AB102E;
}
.BgClassName
{
background-color: #AB102E;
}
</style>
border-color css
<style>
span { border-color: #AB102E; }
span { border-color: rgb(171,16,46); }
td.TdClassName
{
border-color: #AB102E;
}
.TagClassName
{
border-color: #AB102E;
}
</style>