Shades of Cardinal #AB0138
Tints of Cardinal #AB0138
RGB
CMYK
RGB Variations
Color information
#AB0138 (or 0xAB0138) is known color: Cardinal. HEX triplet: AB, 01 and 38. RGB value is (171,1,56). Sum of RGB (Red+Green+Blue) = 171+1+56=228 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0138 is #54FEC7. Grayscale: #3A3A3A. Windows color (decimal): -5570248 or 3670443. OLE color: 3670443.
HSL color Cylindrical-coordinate representation of color #AB0138: hue angle of 340.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0138 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 56 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.33 |
| HSL | 340.59º | 0.99% | 0.34% | - |
| HSV(B) | 340.59º | 0.99% | 0.67% | - |
| XYZ | 17.52 | 8.97 | 4.55 | - |
| YUV | 58.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 56 | 0 | 0.99 | 0.67 | 0.33 | 340.59 | 0.99 | 0.34 |
| Hex | AB | 1 | 38 | 0 | 63 | 43 | 21 | 155 | 63 | 22 |
| Octal | 253 | 1 | 70 | 0 | 143 | 103 | 41 | 525 | 143 | 42 |
| Binary | 10101011 | 1 | 111000 | 0 | 1100011 | 1000011 | 100001 | 101010101 | 1100011 | 100010 |
Color Harmonies of #AB0138
Complementary color
Monochromatic Colors of #AB0138
Black with #AB0138
Text Example
Text Example
White with #AB0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0138; }
p { color: rgb(171,1,56); }
H1.HeaderClassName
{
color: #AB0138;
}
.AnyTagClassName
{
color: #AB0138;
}
</style>
background-color css
<style>
a { background-color: #AB0138; }
a { background-color: rgb(171,1,56); }
div.DivClassName
{
background-color: #AB0138;
}
.BgClassName
{
background-color: #AB0138;
}
</style>
border-color css
<style>
span { border-color: #AB0138; }
span { border-color: rgb(171,1,56); }
td.TdClassName
{
border-color: #AB0138;
}
.TagClassName
{
border-color: #AB0138;
}
</style>