Shades of Cardinal #AA102F
Tints of Cardinal #AA102F
RGB
CMYK
RGB Variations
Color information
#AA102F (or 0xAA102F) is known color: Cardinal. HEX triplet: AA, 10 and 2F. RGB value is (170,16,47). Sum of RGB (Red+Green+Blue) = 170+16+47=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA102F is #55EFD0. Grayscale: #414141. Windows color (decimal): -5631953 or 3084458. OLE color: 3084458.
HSL color Cylindrical-coordinate representation of color #AA102F: hue angle of 347.92º degrees, saturation: 0.83, 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 #AA102F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 47 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.33 |
| HSL | 347.92º | 0.83% | 0.36% | - |
| HSV(B) | 347.92º | 0.91% | 0.67% | - |
| XYZ | 17.28 | 9.12 | 3.54 | - |
| YUV | 65.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 47 | 0 | 0.91 | 0.72 | 0.33 | 347.92 | 0.83 | 0.36 |
| Hex | AA | 10 | 2F | 0 | 5B | 48 | 21 | 15C | 53 | 24 |
| Octal | 252 | 20 | 57 | 0 | 133 | 110 | 41 | 534 | 123 | 44 |
| Binary | 10101010 | 10000 | 101111 | 0 | 1011011 | 1001000 | 100001 | 101011100 | 1010011 | 100100 |
Color Harmonies of #AA102F
Complementary color
Monochromatic Colors of #AA102F
Black with #AA102F
Text Example
Text Example
White with #AA102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA102F; }
p { color: rgb(170,16,47); }
H1.HeaderClassName
{
color: #AA102F;
}
.AnyTagClassName
{
color: #AA102F;
}
</style>
background-color css
<style>
a { background-color: #AA102F; }
a { background-color: rgb(170,16,47); }
div.DivClassName
{
background-color: #AA102F;
}
.BgClassName
{
background-color: #AA102F;
}
</style>
border-color css
<style>
span { border-color: #AA102F; }
span { border-color: rgb(170,16,47); }
td.TdClassName
{
border-color: #AA102F;
}
.TagClassName
{
border-color: #AA102F;
}
</style>