Shades of Cardinal #AA0934
Tints of Cardinal #AA0934
RGB
CMYK
RGB Variations
Color information
#AA0934 (or 0xAA0934) is known color: Cardinal. HEX triplet: AA, 09 and 34. RGB value is (170,9,52). Sum of RGB (Red+Green+Blue) = 170+9+52=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0934 is #55F6CB. Grayscale: #3E3E3E. Windows color (decimal): -5633740 or 3410346. OLE color: 3410346.
HSL color Cylindrical-coordinate representation of color #AA0934: hue angle of 343.98º 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 #AA0934 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 52 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.33 |
| HSL | 343.98º | 0.9% | 0.35% | - |
| HSV(B) | 343.98º | 0.95% | 0.67% | - |
| XYZ | 17.3 | 8.99 | 4.07 | - |
| YUV | 62.04 | 122.34 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 52 | 0 | 0.95 | 0.69 | 0.33 | 343.98 | 0.9 | 0.35 |
| Hex | AA | 9 | 34 | 0 | 5F | 45 | 21 | 158 | 5A | 23 |
| Octal | 252 | 11 | 64 | 0 | 137 | 105 | 41 | 530 | 132 | 43 |
| Binary | 10101010 | 1001 | 110100 | 0 | 1011111 | 1000101 | 100001 | 101011000 | 1011010 | 100011 |
Color Harmonies of #AA0934
Complementary color
Monochromatic Colors of #AA0934
Black with #AA0934
Text Example
Text Example
White with #AA0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0934; }
p { color: rgb(170,9,52); }
H1.HeaderClassName
{
color: #AA0934;
}
.AnyTagClassName
{
color: #AA0934;
}
</style>
background-color css
<style>
a { background-color: #AA0934; }
a { background-color: rgb(170,9,52); }
div.DivClassName
{
background-color: #AA0934;
}
.BgClassName
{
background-color: #AA0934;
}
</style>
border-color css
<style>
span { border-color: #AA0934; }
span { border-color: rgb(170,9,52); }
td.TdClassName
{
border-color: #AA0934;
}
.TagClassName
{
border-color: #AA0934;
}
</style>