Shades of Cardinal #AA0F3A
Tints of Cardinal #AA0F3A
RGB
CMYK
RGB Variations
Color information
#AA0F3A (or 0xAA0F3A) is known color: Cardinal. HEX triplet: AA, 0F and 3A. RGB value is (170,15,58). Sum of RGB (Red+Green+Blue) = 170+15+58=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F3A is #55F0C5. Grayscale: #424242. Windows color (decimal): -5632198 or 3805098. OLE color: 3805098.
HSL color Cylindrical-coordinate representation of color #AA0F3A: hue angle of 343.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA0F3A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 15 | 58 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.33 |
| HSL | 343.35º | 0.84% | 0.36% | - |
| HSV(B) | 343.35º | 0.91% | 0.67% | - |
| XYZ | 17.51 | 9.19 | 4.85 | - |
| YUV | 66.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 58 | 0 | 0.91 | 0.66 | 0.33 | 343.35 | 0.84 | 0.36 |
| Hex | AA | F | 3A | 0 | 5B | 42 | 21 | 157 | 54 | 24 |
| Octal | 252 | 17 | 72 | 0 | 133 | 102 | 41 | 527 | 124 | 44 |
| Binary | 10101010 | 1111 | 111010 | 0 | 1011011 | 1000010 | 100001 | 101010111 | 1010100 | 100100 |
Color Harmonies of #AA0F3A
Complementary color
Monochromatic Colors of #AA0F3A
Black with #AA0F3A
Text Example
Text Example
White with #AA0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0F3A; }
p { color: rgb(170,15,58); }
H1.HeaderClassName
{
color: #AA0F3A;
}
.AnyTagClassName
{
color: #AA0F3A;
}
</style>
background-color css
<style>
a { background-color: #AA0F3A; }
a { background-color: rgb(170,15,58); }
div.DivClassName
{
background-color: #AA0F3A;
}
.BgClassName
{
background-color: #AA0F3A;
}
</style>
border-color css
<style>
span { border-color: #AA0F3A; }
span { border-color: rgb(170,15,58); }
td.TdClassName
{
border-color: #AA0F3A;
}
.TagClassName
{
border-color: #AA0F3A;
}
</style>