Shades of Cardinal #AA1038
Tints of Cardinal #AA1038
RGB
CMYK
RGB Variations
Color information
#AA1038 (or 0xAA1038) is known color: Cardinal. HEX triplet: AA, 10 and 38. RGB value is (170,16,56). Sum of RGB (Red+Green+Blue) = 170+16+56=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1038 is #55EFC7. Grayscale: #424242. Windows color (decimal): -5631944 or 3674282. OLE color: 3674282.
HSL color Cylindrical-coordinate representation of color #AA1038: hue angle of 344.42º 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 #AA1038 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 56 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.33 |
| HSL | 344.42º | 0.83% | 0.36% | - |
| HSV(B) | 344.42º | 0.91% | 0.67% | - |
| XYZ | 17.48 | 9.2 | 4.6 | - |
| YUV | 66.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 56 | 0 | 0.91 | 0.67 | 0.33 | 344.42 | 0.83 | 0.36 |
| Hex | AA | 10 | 38 | 0 | 5B | 43 | 21 | 158 | 53 | 24 |
| Octal | 252 | 20 | 70 | 0 | 133 | 103 | 41 | 530 | 123 | 44 |
| Binary | 10101010 | 10000 | 111000 | 0 | 1011011 | 1000011 | 100001 | 101011000 | 1010011 | 100100 |
Color Harmonies of #AA1038
Complementary color
Monochromatic Colors of #AA1038
Black with #AA1038
Text Example
Text Example
White with #AA1038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1038; }
p { color: rgb(170,16,56); }
H1.HeaderClassName
{
color: #AA1038;
}
.AnyTagClassName
{
color: #AA1038;
}
</style>
background-color css
<style>
a { background-color: #AA1038; }
a { background-color: rgb(170,16,56); }
div.DivClassName
{
background-color: #AA1038;
}
.BgClassName
{
background-color: #AA1038;
}
</style>
border-color css
<style>
span { border-color: #AA1038; }
span { border-color: rgb(170,16,56); }
td.TdClassName
{
border-color: #AA1038;
}
.TagClassName
{
border-color: #AA1038;
}
</style>