Shades of Cardinal #AA1F34
Tints of Cardinal #AA1F34
RGB
CMYK
RGB Variations
Color information
#AA1F34 (or 0xAA1F34) is known color: Cardinal. HEX triplet: AA, 1F and 34. RGB value is (170,31,52). Sum of RGB (Red+Green+Blue) = 170+31+52=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F34 is #55E0CB. Grayscale: #4B4B4B. Windows color (decimal): -5628108 or 3415978. OLE color: 3415978.
HSL color Cylindrical-coordinate representation of color #AA1F34: hue angle of 350.94º 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 #AA1F34 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 52 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.33 |
| HSL | 350.94º | 0.69% | 0.39% | - |
| HSV(B) | 350.94º | 0.82% | 0.67% | - |
| XYZ | 17.69 | 9.77 | 4.2 | - |
| YUV | 74.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 52 | 0 | 0.82 | 0.69 | 0.33 | 350.94 | 0.69 | 0.39 |
| Hex | AA | 1F | 34 | 0 | 52 | 45 | 21 | 15F | 45 | 27 |
| Octal | 252 | 37 | 64 | 0 | 122 | 105 | 41 | 537 | 105 | 47 |
| Binary | 10101010 | 11111 | 110100 | 0 | 1010010 | 1000101 | 100001 | 101011111 | 1000101 | 100111 |
Color Harmonies of #AA1F34
Complementary color
Monochromatic Colors of #AA1F34
Black with #AA1F34
Text Example
Text Example
White with #AA1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F34; }
p { color: rgb(170,31,52); }
H1.HeaderClassName
{
color: #AA1F34;
}
.AnyTagClassName
{
color: #AA1F34;
}
</style>
background-color css
<style>
a { background-color: #AA1F34; }
a { background-color: rgb(170,31,52); }
div.DivClassName
{
background-color: #AA1F34;
}
.BgClassName
{
background-color: #AA1F34;
}
</style>
border-color css
<style>
span { border-color: #AA1F34; }
span { border-color: rgb(170,31,52); }
td.TdClassName
{
border-color: #AA1F34;
}
.TagClassName
{
border-color: #AA1F34;
}
</style>