Shades of Cardinal #AA0938
Tints of Cardinal #AA0938
RGB
CMYK
RGB Variations
Color information
#AA0938 (or 0xAA0938) is known color: Cardinal. HEX triplet: AA, 09 and 38. RGB value is (170,9,56). Sum of RGB (Red+Green+Blue) = 170+9+56=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0938 is #55F6C7. Grayscale: #3E3E3E. Windows color (decimal): -5633736 or 3672490. OLE color: 3672490.
HSL color Cylindrical-coordinate representation of color #AA0938: hue angle of 342.48º 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 #AA0938 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 56 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.33 |
| HSL | 342.48º | 0.9% | 0.35% | - |
| HSV(B) | 342.48º | 0.95% | 0.67% | - |
| XYZ | 17.39 | 9.03 | 4.57 | - |
| YUV | 62.5 | 124.34 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 56 | 0 | 0.95 | 0.67 | 0.33 | 342.48 | 0.9 | 0.35 |
| Hex | AA | 9 | 38 | 0 | 5F | 43 | 21 | 156 | 5A | 23 |
| Octal | 252 | 11 | 70 | 0 | 137 | 103 | 41 | 526 | 132 | 43 |
| Binary | 10101010 | 1001 | 111000 | 0 | 1011111 | 1000011 | 100001 | 101010110 | 1011010 | 100011 |
Color Harmonies of #AA0938
Complementary color
Monochromatic Colors of #AA0938
Black with #AA0938
Text Example
Text Example
White with #AA0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0938; }
p { color: rgb(170,9,56); }
H1.HeaderClassName
{
color: #AA0938;
}
.AnyTagClassName
{
color: #AA0938;
}
</style>
background-color css
<style>
a { background-color: #AA0938; }
a { background-color: rgb(170,9,56); }
div.DivClassName
{
background-color: #AA0938;
}
.BgClassName
{
background-color: #AA0938;
}
</style>
border-color css
<style>
span { border-color: #AA0938; }
span { border-color: rgb(170,9,56); }
td.TdClassName
{
border-color: #AA0938;
}
.TagClassName
{
border-color: #AA0938;
}
</style>