Shades of Cardinal #AB1239
Tints of Cardinal #AB1239
RGB
CMYK
RGB Variations
Color information
#AB1239 (or 0xAB1239) is known color: Cardinal. HEX triplet: AB, 12 and 39. RGB value is (171,18,57). Sum of RGB (Red+Green+Blue) = 171+18+57=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1239 is #54EDC6. Grayscale: #444444. Windows color (decimal): -5565895 or 3740331. OLE color: 3740331.
HSL color Cylindrical-coordinate representation of color #AB1239: hue angle of 344.71º 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 #AB1239 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 57 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.33 |
| HSL | 344.71º | 0.81% | 0.37% | - |
| HSV(B) | 344.71º | 0.89% | 0.67% | - |
| XYZ | 17.75 | 9.39 | 4.75 | - |
| YUV | 68.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 57 | 0 | 0.89 | 0.67 | 0.33 | 344.71 | 0.81 | 0.37 |
| Hex | AB | 12 | 39 | 0 | 59 | 43 | 21 | 159 | 51 | 25 |
| Octal | 253 | 22 | 71 | 0 | 131 | 103 | 41 | 531 | 121 | 45 |
| Binary | 10101011 | 10010 | 111001 | 0 | 1011001 | 1000011 | 100001 | 101011001 | 1010001 | 100101 |
Color Harmonies of #AB1239
Complementary color
Monochromatic Colors of #AB1239
Black with #AB1239
Text Example
Text Example
White with #AB1239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1239; }
p { color: rgb(171,18,57); }
H1.HeaderClassName
{
color: #AB1239;
}
.AnyTagClassName
{
color: #AB1239;
}
</style>
background-color css
<style>
a { background-color: #AB1239; }
a { background-color: rgb(171,18,57); }
div.DivClassName
{
background-color: #AB1239;
}
.BgClassName
{
background-color: #AB1239;
}
</style>
border-color css
<style>
span { border-color: #AB1239; }
span { border-color: rgb(171,18,57); }
td.TdClassName
{
border-color: #AB1239;
}
.TagClassName
{
border-color: #AB1239;
}
</style>