Shades of Cardinal #AB0A3E
Tints of Cardinal #AB0A3E
RGB
CMYK
RGB Variations
Color information
#AB0A3E (or 0xAB0A3E) is known color: Cardinal. HEX triplet: AB, 0A and 3E. RGB value is (171,10,62). Sum of RGB (Red+Green+Blue) = 171+10+62=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A3E is #54F5C1. Grayscale: #404040. Windows color (decimal): -5567938 or 4065963. OLE color: 4065963.
HSL color Cylindrical-coordinate representation of color #AB0A3E: hue angle of 340.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A3E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 10 | 62 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.33 |
| HSL | 340.62º | 0.89% | 0.35% | - |
| HSV(B) | 340.62º | 0.94% | 0.67% | - |
| XYZ | 17.77 | 9.22 | 5.4 | - |
| YUV | 64.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 62 | 0 | 0.94 | 0.64 | 0.33 | 340.62 | 0.89 | 0.35 |
| Hex | AB | A | 3E | 0 | 5E | 40 | 21 | 155 | 59 | 23 |
| Octal | 253 | 12 | 76 | 0 | 136 | 100 | 41 | 525 | 131 | 43 |
| Binary | 10101011 | 1010 | 111110 | 0 | 1011110 | 1000000 | 100001 | 101010101 | 1011001 | 100011 |
Color Harmonies of #AB0A3E
Complementary color
Monochromatic Colors of #AB0A3E
Black with #AB0A3E
Text Example
Text Example
White with #AB0A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0A3E; }
p { color: rgb(171,10,62); }
H1.HeaderClassName
{
color: #AB0A3E;
}
.AnyTagClassName
{
color: #AB0A3E;
}
</style>
background-color css
<style>
a { background-color: #AB0A3E; }
a { background-color: rgb(171,10,62); }
div.DivClassName
{
background-color: #AB0A3E;
}
.BgClassName
{
background-color: #AB0A3E;
}
</style>
border-color css
<style>
span { border-color: #AB0A3E; }
span { border-color: rgb(171,10,62); }
td.TdClassName
{
border-color: #AB0A3E;
}
.TagClassName
{
border-color: #AB0A3E;
}
</style>