Shades of Cardinal #AA1F3F
Tints of Cardinal #AA1F3F
RGB
CMYK
RGB Variations
Color information
#AA1F3F (or 0xAA1F3F) is known color: Cardinal. HEX triplet: AA, 1F and 3F. RGB value is (170,31,63). Sum of RGB (Red+Green+Blue) = 170+31+63=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F3F is #55E0C0. Grayscale: #4C4C4C. Windows color (decimal): -5628097 or 4136874. OLE color: 4136874.
HSL color Cylindrical-coordinate representation of color #AA1F3F: hue angle of 346.19º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F3F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 63 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.33 |
| HSL | 346.19º | 0.69% | 0.39% | - |
| HSV(B) | 346.19º | 0.82% | 0.67% | - |
| XYZ | 17.96 | 9.88 | 5.66 | - |
| YUV | 76.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 63 | 0 | 0.82 | 0.63 | 0.33 | 346.19 | 0.69 | 0.39 |
| Hex | AA | 1F | 3F | 0 | 52 | 3F | 21 | 15A | 45 | 27 |
| Octal | 252 | 37 | 77 | 0 | 122 | 77 | 41 | 532 | 105 | 47 |
| Binary | 10101010 | 11111 | 111111 | 0 | 1010010 | 111111 | 100001 | 101011010 | 1000101 | 100111 |
Color Harmonies of #AA1F3F
Complementary color
Monochromatic Colors of #AA1F3F
Black with #AA1F3F
Text Example
Text Example
White with #AA1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F3F; }
p { color: rgb(170,31,63); }
H1.HeaderClassName
{
color: #AA1F3F;
}
.AnyTagClassName
{
color: #AA1F3F;
}
</style>
background-color css
<style>
a { background-color: #AA1F3F; }
a { background-color: rgb(170,31,63); }
div.DivClassName
{
background-color: #AA1F3F;
}
.BgClassName
{
background-color: #AA1F3F;
}
</style>
border-color css
<style>
span { border-color: #AA1F3F; }
span { border-color: rgb(170,31,63); }
td.TdClassName
{
border-color: #AA1F3F;
}
.TagClassName
{
border-color: #AA1F3F;
}
</style>