Shades of Cardinal #AA0935
Tints of Cardinal #AA0935
RGB
CMYK
RGB Variations
Color information
#AA0935 (or 0xAA0935) is known color: Cardinal. HEX triplet: AA, 09 and 35. RGB value is (170,9,53). Sum of RGB (Red+Green+Blue) = 170+9+53=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0935 is #55F6CA. Grayscale: #3E3E3E. Windows color (decimal): -5633739 or 3475882. OLE color: 3475882.
HSL color Cylindrical-coordinate representation of color #AA0935: hue angle of 343.6º 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 #AA0935 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 53 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.33 |
| HSL | 343.6º | 0.9% | 0.35% | - |
| HSV(B) | 343.6º | 0.95% | 0.67% | - |
| XYZ | 17.32 | 9 | 4.19 | - |
| YUV | 62.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 53 | 0 | 0.95 | 0.69 | 0.33 | 343.6 | 0.9 | 0.35 |
| Hex | AA | 9 | 35 | 0 | 5F | 45 | 21 | 158 | 5A | 23 |
| Octal | 252 | 11 | 65 | 0 | 137 | 105 | 41 | 530 | 132 | 43 |
| Binary | 10101010 | 1001 | 110101 | 0 | 1011111 | 1000101 | 100001 | 101011000 | 1011010 | 100011 |
Color Harmonies of #AA0935
Complementary color
Monochromatic Colors of #AA0935
Black with #AA0935
Text Example
Text Example
White with #AA0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0935; }
p { color: rgb(170,9,53); }
H1.HeaderClassName
{
color: #AA0935;
}
.AnyTagClassName
{
color: #AA0935;
}
</style>
background-color css
<style>
a { background-color: #AA0935; }
a { background-color: rgb(170,9,53); }
div.DivClassName
{
background-color: #AA0935;
}
.BgClassName
{
background-color: #AA0935;
}
</style>
border-color css
<style>
span { border-color: #AA0935; }
span { border-color: rgb(170,9,53); }
td.TdClassName
{
border-color: #AA0935;
}
.TagClassName
{
border-color: #AA0935;
}
</style>