Shades of Cardinal #AB093B
Tints of Cardinal #AB093B
RGB
CMYK
RGB Variations
Color information
#AB093B (or 0xAB093B) is known color: Cardinal. HEX triplet: AB, 09 and 3B. RGB value is (171,9,59). Sum of RGB (Red+Green+Blue) = 171+9+59=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093B is #54F6C4. Grayscale: #3F3F3F. Windows color (decimal): -5568197 or 3869099. OLE color: 3869099.
HSL color Cylindrical-coordinate representation of color #AB093B: hue angle of 341.48º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB093B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.33 |
| HSL | 341.48º | 0.9% | 0.35% | - |
| HSV(B) | 341.48º | 0.95% | 0.67% | - |
| XYZ | 17.68 | 9.17 | 4.98 | - |
| YUV | 63.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 59 | 0 | 0.95 | 0.65 | 0.33 | 341.48 | 0.9 | 0.35 |
| Hex | AB | 9 | 3B | 0 | 5F | 41 | 21 | 155 | 5A | 23 |
| Octal | 253 | 11 | 73 | 0 | 137 | 101 | 41 | 525 | 132 | 43 |
| Binary | 10101011 | 1001 | 111011 | 0 | 1011111 | 1000001 | 100001 | 101010101 | 1011010 | 100011 |
Color Harmonies of #AB093B
Complementary color
Monochromatic Colors of #AB093B
Black with #AB093B
Text Example
Text Example
White with #AB093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB093B; }
p { color: rgb(171,9,59); }
H1.HeaderClassName
{
color: #AB093B;
}
.AnyTagClassName
{
color: #AB093B;
}
</style>
background-color css
<style>
a { background-color: #AB093B; }
a { background-color: rgb(171,9,59); }
div.DivClassName
{
background-color: #AB093B;
}
.BgClassName
{
background-color: #AB093B;
}
</style>
border-color css
<style>
span { border-color: #AB093B; }
span { border-color: rgb(171,9,59); }
td.TdClassName
{
border-color: #AB093B;
}
.TagClassName
{
border-color: #AB093B;
}
</style>