Shades of Cardinal #AB093A
Tints of Cardinal #AB093A
RGB
CMYK
RGB Variations
Color information
#AB093A (or 0xAB093A) is known color: Cardinal. HEX triplet: AB, 09 and 3A. RGB value is (171,9,58). Sum of RGB (Red+Green+Blue) = 171+9+58=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093A is #54F6C5. Grayscale: #3E3E3E. Windows color (decimal): -5568198 or 3803563. OLE color: 3803563.
HSL color Cylindrical-coordinate representation of color #AB093A: hue angle of 341.85º 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 #AB093A is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 58 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.33 |
| HSL | 341.85º | 0.9% | 0.35% | - |
| HSV(B) | 341.85º | 0.95% | 0.67% | - |
| XYZ | 17.66 | 9.16 | 4.84 | - |
| YUV | 63.02 | 125.17 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 58 | 0 | 0.95 | 0.66 | 0.33 | 341.85 | 0.9 | 0.35 |
| Hex | AB | 9 | 3A | 0 | 5F | 42 | 21 | 156 | 5A | 23 |
| Octal | 253 | 11 | 72 | 0 | 137 | 102 | 41 | 526 | 132 | 43 |
| Binary | 10101011 | 1001 | 111010 | 0 | 1011111 | 1000010 | 100001 | 101010110 | 1011010 | 100011 |
Color Harmonies of #AB093A
Complementary color
Monochromatic Colors of #AB093A
Black with #AB093A
Text Example
Text Example
White with #AB093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB093A; }
p { color: rgb(171,9,58); }
H1.HeaderClassName
{
color: #AB093A;
}
.AnyTagClassName
{
color: #AB093A;
}
</style>
background-color css
<style>
a { background-color: #AB093A; }
a { background-color: rgb(171,9,58); }
div.DivClassName
{
background-color: #AB093A;
}
.BgClassName
{
background-color: #AB093A;
}
</style>
border-color css
<style>
span { border-color: #AB093A; }
span { border-color: rgb(171,9,58); }
td.TdClassName
{
border-color: #AB093A;
}
.TagClassName
{
border-color: #AB093A;
}
</style>