Shades of Cardinal #AB1F31
Tints of Cardinal #AB1F31
RGB
CMYK
RGB Variations
Color information
#AB1F31 (or 0xAB1F31) is known color: Cardinal. HEX triplet: AB, 1F and 31. RGB value is (171,31,49). Sum of RGB (Red+Green+Blue) = 171+31+49=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F31 is #54E0CE. Grayscale: #4A4A4A. Windows color (decimal): -5562575 or 3219371. OLE color: 3219371.
HSL color Cylindrical-coordinate representation of color #AB1F31: hue angle of 352.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F31 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 49 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.33 |
| HSL | 352.29º | 0.69% | 0.4% | - |
| HSV(B) | 352.29º | 0.82% | 0.67% | - |
| XYZ | 17.84 | 9.86 | 3.87 | - |
| YUV | 74.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 49 | 0 | 0.82 | 0.71 | 0.33 | 352.29 | 0.69 | 0.4 |
| Hex | AB | 1F | 31 | 0 | 52 | 47 | 21 | 160 | 45 | 28 |
| Octal | 253 | 37 | 61 | 0 | 122 | 107 | 41 | 540 | 105 | 50 |
| Binary | 10101011 | 11111 | 110001 | 0 | 1010010 | 1000111 | 100001 | 101100000 | 1000101 | 101000 |
Color Harmonies of #AB1F31
Complementary color
Monochromatic Colors of #AB1F31
Black with #AB1F31
Text Example
Text Example
White with #AB1F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F31; }
p { color: rgb(171,31,49); }
H1.HeaderClassName
{
color: #AB1F31;
}
.AnyTagClassName
{
color: #AB1F31;
}
</style>
background-color css
<style>
a { background-color: #AB1F31; }
a { background-color: rgb(171,31,49); }
div.DivClassName
{
background-color: #AB1F31;
}
.BgClassName
{
background-color: #AB1F31;
}
</style>
border-color css
<style>
span { border-color: #AB1F31; }
span { border-color: rgb(171,31,49); }
td.TdClassName
{
border-color: #AB1F31;
}
.TagClassName
{
border-color: #AB1F31;
}
</style>