Shades of Cardinal #AA093B
Tints of Cardinal #AA093B
RGB
CMYK
RGB Variations
Color information
#AA093B (or 0xAA093B) is known color: Cardinal. HEX triplet: AA, 09 and 3B. RGB value is (170,9,59). Sum of RGB (Red+Green+Blue) = 170+9+59=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA093B is #55F6C4. Grayscale: #3E3E3E. Windows color (decimal): -5633733 or 3869098. OLE color: 3869098.
HSL color Cylindrical-coordinate representation of color #AA093B: hue angle of 341.37º 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 #AA093B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.33 |
| HSL | 341.37º | 0.9% | 0.35% | - |
| HSV(B) | 341.37º | 0.95% | 0.67% | - |
| XYZ | 17.46 | 9.06 | 4.97 | - |
| YUV | 62.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 59 | 0 | 0.95 | 0.65 | 0.33 | 341.37 | 0.9 | 0.35 |
| Hex | AA | 9 | 3B | 0 | 5F | 41 | 21 | 155 | 5A | 23 |
| Octal | 252 | 11 | 73 | 0 | 137 | 101 | 41 | 525 | 132 | 43 |
| Binary | 10101010 | 1001 | 111011 | 0 | 1011111 | 1000001 | 100001 | 101010101 | 1011010 | 100011 |
Color Harmonies of #AA093B
Complementary color
Monochromatic Colors of #AA093B
Black with #AA093B
Text Example
Text Example
White with #AA093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA093B; }
p { color: rgb(170,9,59); }
H1.HeaderClassName
{
color: #AA093B;
}
.AnyTagClassName
{
color: #AA093B;
}
</style>
background-color css
<style>
a { background-color: #AA093B; }
a { background-color: rgb(170,9,59); }
div.DivClassName
{
background-color: #AA093B;
}
.BgClassName
{
background-color: #AA093B;
}
</style>
border-color css
<style>
span { border-color: #AA093B; }
span { border-color: rgb(170,9,59); }
td.TdClassName
{
border-color: #AA093B;
}
.TagClassName
{
border-color: #AA093B;
}
</style>