Shades of Cardinal #AA0836
Tints of Cardinal #AA0836
RGB
CMYK
RGB Variations
Color information
#AA0836 (or 0xAA0836) is known color: Cardinal. HEX triplet: AA, 08 and 36. RGB value is (170,8,54). Sum of RGB (Red+Green+Blue) = 170+8+54=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0836 is #55F7C9. Grayscale: #3D3D3D. Windows color (decimal): -5633994 or 3541162. OLE color: 3541162.
HSL color Cylindrical-coordinate representation of color #AA0836: hue angle of 342.96º degrees, saturation: 0.91, 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 #AA0836 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 54 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.33 |
| HSL | 342.96º | 0.91% | 0.35% | - |
| HSV(B) | 342.96º | 0.95% | 0.67% | - |
| XYZ | 17.33 | 8.99 | 4.31 | - |
| YUV | 61.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 54 | 0 | 0.95 | 0.68 | 0.33 | 342.96 | 0.91 | 0.35 |
| Hex | AA | 8 | 36 | 0 | 5F | 44 | 21 | 157 | 5B | 23 |
| Octal | 252 | 10 | 66 | 0 | 137 | 104 | 41 | 527 | 133 | 43 |
| Binary | 10101010 | 1000 | 110110 | 0 | 1011111 | 1000100 | 100001 | 101010111 | 1011011 | 100011 |
Color Harmonies of #AA0836
Complementary color
Monochromatic Colors of #AA0836
Black with #AA0836
Text Example
Text Example
White with #AA0836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0836; }
p { color: rgb(170,8,54); }
H1.HeaderClassName
{
color: #AA0836;
}
.AnyTagClassName
{
color: #AA0836;
}
</style>
background-color css
<style>
a { background-color: #AA0836; }
a { background-color: rgb(170,8,54); }
div.DivClassName
{
background-color: #AA0836;
}
.BgClassName
{
background-color: #AA0836;
}
</style>
border-color css
<style>
span { border-color: #AA0836; }
span { border-color: rgb(170,8,54); }
td.TdClassName
{
border-color: #AA0836;
}
.TagClassName
{
border-color: #AA0836;
}
</style>