Shades of Cardinal #AB1038
Tints of Cardinal #AB1038
RGB
CMYK
RGB Variations
Color information
#AB1038 (or 0xAB1038) is known color: Cardinal. HEX triplet: AB, 10 and 38. RGB value is (171,16,56). Sum of RGB (Red+Green+Blue) = 171+16+56=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1038 is #54EFC7. Grayscale: #424242. Windows color (decimal): -5566408 or 3674283. OLE color: 3674283.
HSL color Cylindrical-coordinate representation of color #AB1038: hue angle of 344.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1038 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.33 |
| HSL | 344.52º | 0.83% | 0.37% | - |
| HSV(B) | 344.52º | 0.91% | 0.67% | - |
| XYZ | 17.69 | 9.31 | 4.61 | - |
| YUV | 66.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 56 | 0 | 0.91 | 0.67 | 0.33 | 344.52 | 0.83 | 0.37 |
| Hex | AB | 10 | 38 | 0 | 5B | 43 | 21 | 159 | 53 | 25 |
| Octal | 253 | 20 | 70 | 0 | 133 | 103 | 41 | 531 | 123 | 45 |
| Binary | 10101011 | 10000 | 111000 | 0 | 1011011 | 1000011 | 100001 | 101011001 | 1010011 | 100101 |
Color Harmonies of #AB1038
Complementary color
Monochromatic Colors of #AB1038
Black with #AB1038
Text Example
Text Example
White with #AB1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1038; }
p { color: rgb(171,16,56); }
H1.HeaderClassName
{
color: #AB1038;
}
.AnyTagClassName
{
color: #AB1038;
}
</style>
background-color css
<style>
a { background-color: #AB1038; }
a { background-color: rgb(171,16,56); }
div.DivClassName
{
background-color: #AB1038;
}
.BgClassName
{
background-color: #AB1038;
}
</style>
border-color css
<style>
span { border-color: #AB1038; }
span { border-color: rgb(171,16,56); }
td.TdClassName
{
border-color: #AB1038;
}
.TagClassName
{
border-color: #AB1038;
}
</style>