Shades of Cardinal #AB2339
Tints of Cardinal #AB2339
RGB
CMYK
RGB Variations
Color information
#AB2339 (or 0xAB2339) is known color: Cardinal. HEX triplet: AB, 23 and 39. RGB value is (171,35,57). Sum of RGB (Red+Green+Blue) = 171+35+57=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2339 is #54DCC6. Grayscale: #4E4E4E. Windows color (decimal): -5561543 or 3744683. OLE color: 3744683.
HSL color Cylindrical-coordinate representation of color #AB2339: hue angle of 350.29º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2339 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 57 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.33 |
| HSL | 350.29º | 0.66% | 0.4% | - |
| HSV(B) | 350.29º | 0.8% | 0.67% | - |
| XYZ | 18.13 | 10.16 | 4.88 | - |
| YUV | 78.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 57 | 0 | 0.80 | 0.67 | 0.33 | 350.29 | 0.66 | 0.4 |
| Hex | AB | 23 | 39 | 0 | 50 | 43 | 21 | 15E | 42 | 28 |
| Octal | 253 | 43 | 71 | 0 | 120 | 103 | 41 | 536 | 102 | 50 |
| Binary | 10101011 | 100011 | 111001 | 0 | 1010000 | 1000011 | 100001 | 101011110 | 1000010 | 101000 |
Color Harmonies of #AB2339
Complementary color
Monochromatic Colors of #AB2339
Black with #AB2339
Text Example
Text Example
White with #AB2339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2339; }
p { color: rgb(171,35,57); }
H1.HeaderClassName
{
color: #AB2339;
}
.AnyTagClassName
{
color: #AB2339;
}
</style>
background-color css
<style>
a { background-color: #AB2339; }
a { background-color: rgb(171,35,57); }
div.DivClassName
{
background-color: #AB2339;
}
.BgClassName
{
background-color: #AB2339;
}
</style>
border-color css
<style>
span { border-color: #AB2339; }
span { border-color: rgb(171,35,57); }
td.TdClassName
{
border-color: #AB2339;
}
.TagClassName
{
border-color: #AB2339;
}
</style>