Shades of Cardinal #AB2337
Tints of Cardinal #AB2337
RGB
CMYK
RGB Variations
Color information
#AB2337 (or 0xAB2337) is known color: Cardinal. HEX triplet: AB, 23 and 37. RGB value is (171,35,55). Sum of RGB (Red+Green+Blue) = 171+35+55=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2337 is #54DCC8. Grayscale: #4D4D4D. Windows color (decimal): -5561545 or 3613611. OLE color: 3613611.
HSL color Cylindrical-coordinate representation of color #AB2337: hue angle of 351.18º 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 #AB2337 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 55 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.33 |
| HSL | 351.18º | 0.66% | 0.4% | - |
| HSV(B) | 351.18º | 0.8% | 0.67% | - |
| XYZ | 18.09 | 10.14 | 4.62 | - |
| YUV | 77.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 55 | 0 | 0.80 | 0.68 | 0.33 | 351.18 | 0.66 | 0.4 |
| Hex | AB | 23 | 37 | 0 | 50 | 44 | 21 | 15F | 42 | 28 |
| Octal | 253 | 43 | 67 | 0 | 120 | 104 | 41 | 537 | 102 | 50 |
| Binary | 10101011 | 100011 | 110111 | 0 | 1010000 | 1000100 | 100001 | 101011111 | 1000010 | 101000 |
Color Harmonies of #AB2337
Complementary color
Monochromatic Colors of #AB2337
Black with #AB2337
Text Example
Text Example
White with #AB2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2337; }
p { color: rgb(171,35,55); }
H1.HeaderClassName
{
color: #AB2337;
}
.AnyTagClassName
{
color: #AB2337;
}
</style>
background-color css
<style>
a { background-color: #AB2337; }
a { background-color: rgb(171,35,55); }
div.DivClassName
{
background-color: #AB2337;
}
.BgClassName
{
background-color: #AB2337;
}
</style>
border-color css
<style>
span { border-color: #AB2337; }
span { border-color: rgb(171,35,55); }
td.TdClassName
{
border-color: #AB2337;
}
.TagClassName
{
border-color: #AB2337;
}
</style>