Shades of Cardinal #AB1231
Tints of Cardinal #AB1231
RGB
CMYK
RGB Variations
Color information
#AB1231 (or 0xAB1231) is known color: Cardinal. HEX triplet: AB, 12 and 31. RGB value is (171,18,49). Sum of RGB (Red+Green+Blue) = 171+18+49=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1231 is #54EDCE. Grayscale: #434343. Windows color (decimal): -5565903 or 3216043. OLE color: 3216043.
HSL color Cylindrical-coordinate representation of color #AB1231: hue angle of 347.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1231 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 49 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.33 |
| HSL | 347.84º | 0.81% | 0.37% | - |
| HSV(B) | 347.84º | 0.89% | 0.67% | - |
| XYZ | 17.57 | 9.31 | 3.78 | - |
| YUV | 67.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 49 | 0 | 0.89 | 0.71 | 0.33 | 347.84 | 0.81 | 0.37 |
| Hex | AB | 12 | 31 | 0 | 59 | 47 | 21 | 15C | 51 | 25 |
| Octal | 253 | 22 | 61 | 0 | 131 | 107 | 41 | 534 | 121 | 45 |
| Binary | 10101011 | 10010 | 110001 | 0 | 1011001 | 1000111 | 100001 | 101011100 | 1010001 | 100101 |
Color Harmonies of #AB1231
Complementary color
Monochromatic Colors of #AB1231
Black with #AB1231
Text Example
Text Example
White with #AB1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1231; }
p { color: rgb(171,18,49); }
H1.HeaderClassName
{
color: #AB1231;
}
.AnyTagClassName
{
color: #AB1231;
}
</style>
background-color css
<style>
a { background-color: #AB1231; }
a { background-color: rgb(171,18,49); }
div.DivClassName
{
background-color: #AB1231;
}
.BgClassName
{
background-color: #AB1231;
}
</style>
border-color css
<style>
span { border-color: #AB1231; }
span { border-color: rgb(171,18,49); }
td.TdClassName
{
border-color: #AB1231;
}
.TagClassName
{
border-color: #AB1231;
}
</style>