Shades of Cardinal #AA1A38
Tints of Cardinal #AA1A38
RGB
CMYK
RGB Variations
Color information
#AA1A38 (or 0xAA1A38) is known color: Cardinal. HEX triplet: AA, 1A and 38. RGB value is (170,26,56). Sum of RGB (Red+Green+Blue) = 170+26+56=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A38 is #55E5C7. Grayscale: #484848. Windows color (decimal): -5629384 or 3676842. OLE color: 3676842.
HSL color Cylindrical-coordinate representation of color #AA1A38: hue angle of 347.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A38 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 56 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.33 |
| HSL | 347.5º | 0.73% | 0.38% | - |
| HSV(B) | 347.5º | 0.85% | 0.67% | - |
| XYZ | 17.66 | 9.57 | 4.66 | - |
| YUV | 72.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 56 | 0 | 0.85 | 0.67 | 0.33 | 347.5 | 0.73 | 0.38 |
| Hex | AA | 1A | 38 | 0 | 55 | 43 | 21 | 15C | 49 | 26 |
| Octal | 252 | 32 | 70 | 0 | 125 | 103 | 41 | 534 | 111 | 46 |
| Binary | 10101010 | 11010 | 111000 | 0 | 1010101 | 1000011 | 100001 | 101011100 | 1001001 | 100110 |
Color Harmonies of #AA1A38
Complementary color
Monochromatic Colors of #AA1A38
Black with #AA1A38
Text Example
Text Example
White with #AA1A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A38; }
p { color: rgb(170,26,56); }
H1.HeaderClassName
{
color: #AA1A38;
}
.AnyTagClassName
{
color: #AA1A38;
}
</style>
background-color css
<style>
a { background-color: #AA1A38; }
a { background-color: rgb(170,26,56); }
div.DivClassName
{
background-color: #AA1A38;
}
.BgClassName
{
background-color: #AA1A38;
}
</style>
border-color css
<style>
span { border-color: #AA1A38; }
span { border-color: rgb(170,26,56); }
td.TdClassName
{
border-color: #AA1A38;
}
.TagClassName
{
border-color: #AA1A38;
}
</style>