Shades of Cardinal #AB1838
Tints of Cardinal #AB1838
RGB
CMYK
RGB Variations
Color information
#AB1838 (or 0xAB1838) is known color: Cardinal. HEX triplet: AB, 18 and 38. RGB value is (171,24,56). Sum of RGB (Red+Green+Blue) = 171+24+56=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1838 is #54E7C7. Grayscale: #474747. Windows color (decimal): -5564360 or 3676331. OLE color: 3676331.
HSL color Cylindrical-coordinate representation of color #AB1838: hue angle of 346.94º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1838 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 56 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.33 |
| HSL | 346.94º | 0.75% | 0.38% | - |
| HSV(B) | 346.94º | 0.86% | 0.67% | - |
| XYZ | 17.84 | 9.6 | 4.65 | - |
| YUV | 71.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 56 | 0 | 0.86 | 0.67 | 0.33 | 346.94 | 0.75 | 0.38 |
| Hex | AB | 18 | 38 | 0 | 56 | 43 | 21 | 15B | 4B | 26 |
| Octal | 253 | 30 | 70 | 0 | 126 | 103 | 41 | 533 | 113 | 46 |
| Binary | 10101011 | 11000 | 111000 | 0 | 1010110 | 1000011 | 100001 | 101011011 | 1001011 | 100110 |
Color Harmonies of #AB1838
Complementary color
Monochromatic Colors of #AB1838
Black with #AB1838
Text Example
Text Example
White with #AB1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1838; }
p { color: rgb(171,24,56); }
H1.HeaderClassName
{
color: #AB1838;
}
.AnyTagClassName
{
color: #AB1838;
}
</style>
background-color css
<style>
a { background-color: #AB1838; }
a { background-color: rgb(171,24,56); }
div.DivClassName
{
background-color: #AB1838;
}
.BgClassName
{
background-color: #AB1838;
}
</style>
border-color css
<style>
span { border-color: #AB1838; }
span { border-color: rgb(171,24,56); }
td.TdClassName
{
border-color: #AB1838;
}
.TagClassName
{
border-color: #AB1838;
}
</style>