Shades of Cardinal #AB1738
Tints of Cardinal #AB1738
RGB
CMYK
RGB Variations
Color information
#AB1738 (or 0xAB1738) is known color: Cardinal. HEX triplet: AB, 17 and 38. RGB value is (171,23,56). Sum of RGB (Red+Green+Blue) = 171+23+56=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1738 is #54E8C7. Grayscale: #474747. Windows color (decimal): -5564616 or 3676075. OLE color: 3676075.
HSL color Cylindrical-coordinate representation of color #AB1738: hue angle of 346.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1738 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 56 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.33 |
| HSL | 346.62º | 0.76% | 0.38% | - |
| HSV(B) | 346.62º | 0.87% | 0.67% | - |
| XYZ | 17.81 | 9.56 | 4.65 | - |
| YUV | 71.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 56 | 0 | 0.87 | 0.67 | 0.33 | 346.62 | 0.76 | 0.38 |
| Hex | AB | 17 | 38 | 0 | 57 | 43 | 21 | 15B | 4C | 26 |
| Octal | 253 | 27 | 70 | 0 | 127 | 103 | 41 | 533 | 114 | 46 |
| Binary | 10101011 | 10111 | 111000 | 0 | 1010111 | 1000011 | 100001 | 101011011 | 1001100 | 100110 |
Color Harmonies of #AB1738
Complementary color
Monochromatic Colors of #AB1738
Black with #AB1738
Text Example
Text Example
White with #AB1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1738; }
p { color: rgb(171,23,56); }
H1.HeaderClassName
{
color: #AB1738;
}
.AnyTagClassName
{
color: #AB1738;
}
</style>
background-color css
<style>
a { background-color: #AB1738; }
a { background-color: rgb(171,23,56); }
div.DivClassName
{
background-color: #AB1738;
}
.BgClassName
{
background-color: #AB1738;
}
</style>
border-color css
<style>
span { border-color: #AB1738; }
span { border-color: rgb(171,23,56); }
td.TdClassName
{
border-color: #AB1738;
}
.TagClassName
{
border-color: #AB1738;
}
</style>