Shades of Cardinal #AB2238
Tints of Cardinal #AB2238
RGB
CMYK
RGB Variations
Color information
#AB2238 (or 0xAB2238) is known color: Cardinal. HEX triplet: AB, 22 and 38. RGB value is (171,34,56). Sum of RGB (Red+Green+Blue) = 171+34+56=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2238 is #54DDC7. Grayscale: #4D4D4D. Windows color (decimal): -5561800 or 3678891. OLE color: 3678891.
HSL color Cylindrical-coordinate representation of color #AB2238: hue angle of 350.36º degrees, saturation: 0.67, 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 #AB2238 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 56 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.33 |
| HSL | 350.37º | 0.67% | 0.4% | - |
| HSV(B) | 350.37º | 0.8% | 0.67% | - |
| XYZ | 18.08 | 10.09 | 4.74 | - |
| YUV | 77.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 56 | 0 | 0.80 | 0.67 | 0.33 | 350.37 | 0.67 | 0.4 |
| Hex | AB | 22 | 38 | 0 | 50 | 43 | 21 | 15E | 43 | 28 |
| Octal | 253 | 42 | 70 | 0 | 120 | 103 | 41 | 536 | 103 | 50 |
| Binary | 10101011 | 100010 | 111000 | 0 | 1010000 | 1000011 | 100001 | 101011110 | 1000011 | 101000 |
Color Harmonies of #AB2238
Complementary color
Monochromatic Colors of #AB2238
Black with #AB2238
Text Example
Text Example
White with #AB2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2238; }
p { color: rgb(171,34,56); }
H1.HeaderClassName
{
color: #AB2238;
}
.AnyTagClassName
{
color: #AB2238;
}
</style>
background-color css
<style>
a { background-color: #AB2238; }
a { background-color: rgb(171,34,56); }
div.DivClassName
{
background-color: #AB2238;
}
.BgClassName
{
background-color: #AB2238;
}
</style>
border-color css
<style>
span { border-color: #AB2238; }
span { border-color: rgb(171,34,56); }
td.TdClassName
{
border-color: #AB2238;
}
.TagClassName
{
border-color: #AB2238;
}
</style>