Shades of Cardinal #AA1F3E
Tints of Cardinal #AA1F3E
RGB
CMYK
RGB Variations
Color information
#AA1F3E (or 0xAA1F3E) is known color: Cardinal. HEX triplet: AA, 1F and 3E. RGB value is (170,31,62). Sum of RGB (Red+Green+Blue) = 170+31+62=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F3E is #55E0C1. Grayscale: #4C4C4C. Windows color (decimal): -5628098 or 4071338. OLE color: 4071338.
HSL color Cylindrical-coordinate representation of color #AA1F3E: hue angle of 346.62º 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 #AA1F3E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 62 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.33 |
| HSL | 346.62º | 0.69% | 0.39% | - |
| HSV(B) | 346.62º | 0.82% | 0.67% | - |
| XYZ | 17.94 | 9.87 | 5.52 | - |
| YUV | 76.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 62 | 0 | 0.82 | 0.64 | 0.33 | 346.62 | 0.69 | 0.39 |
| Hex | AA | 1F | 3E | 0 | 52 | 40 | 21 | 15B | 45 | 27 |
| Octal | 252 | 37 | 76 | 0 | 122 | 100 | 41 | 533 | 105 | 47 |
| Binary | 10101010 | 11111 | 111110 | 0 | 1010010 | 1000000 | 100001 | 101011011 | 1000101 | 100111 |
Color Harmonies of #AA1F3E
Complementary color
Monochromatic Colors of #AA1F3E
Black with #AA1F3E
Text Example
Text Example
White with #AA1F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F3E; }
p { color: rgb(170,31,62); }
H1.HeaderClassName
{
color: #AA1F3E;
}
.AnyTagClassName
{
color: #AA1F3E;
}
</style>
background-color css
<style>
a { background-color: #AA1F3E; }
a { background-color: rgb(170,31,62); }
div.DivClassName
{
background-color: #AA1F3E;
}
.BgClassName
{
background-color: #AA1F3E;
}
</style>
border-color css
<style>
span { border-color: #AA1F3E; }
span { border-color: rgb(170,31,62); }
td.TdClassName
{
border-color: #AA1F3E;
}
.TagClassName
{
border-color: #AA1F3E;
}
</style>