Shades of Cardinal #AB1B3E
Tints of Cardinal #AB1B3E
RGB
CMYK
RGB Variations
Color information
#AB1B3E (or 0xAB1B3E) is known color: Cardinal. HEX triplet: AB, 1B and 3E. RGB value is (171,27,62). Sum of RGB (Red+Green+Blue) = 171+27+62=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B3E is #54E4C1. Grayscale: #4A4A4A. Windows color (decimal): -5563586 or 4070315. OLE color: 4070315.
HSL color Cylindrical-coordinate representation of color #AB1B3E: hue angle of 345.42º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B3E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 62 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.33 |
| HSL | 345.42º | 0.73% | 0.39% | - |
| HSV(B) | 345.42º | 0.84% | 0.67% | - |
| XYZ | 18.06 | 9.79 | 5.5 | - |
| YUV | 74.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 62 | 0 | 0.84 | 0.64 | 0.33 | 345.42 | 0.73 | 0.39 |
| Hex | AB | 1B | 3E | 0 | 54 | 40 | 21 | 159 | 49 | 27 |
| Octal | 253 | 33 | 76 | 0 | 124 | 100 | 41 | 531 | 111 | 47 |
| Binary | 10101011 | 11011 | 111110 | 0 | 1010100 | 1000000 | 100001 | 101011001 | 1001001 | 100111 |
Color Harmonies of #AB1B3E
Complementary color
Monochromatic Colors of #AB1B3E
Black with #AB1B3E
Text Example
Text Example
White with #AB1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B3E; }
p { color: rgb(171,27,62); }
H1.HeaderClassName
{
color: #AB1B3E;
}
.AnyTagClassName
{
color: #AB1B3E;
}
</style>
background-color css
<style>
a { background-color: #AB1B3E; }
a { background-color: rgb(171,27,62); }
div.DivClassName
{
background-color: #AB1B3E;
}
.BgClassName
{
background-color: #AB1B3E;
}
</style>
border-color css
<style>
span { border-color: #AB1B3E; }
span { border-color: rgb(171,27,62); }
td.TdClassName
{
border-color: #AB1B3E;
}
.TagClassName
{
border-color: #AB1B3E;
}
</style>