Shades of Cardinal #AA103F
Tints of Cardinal #AA103F
RGB
CMYK
RGB Variations
Color information
#AA103F (or 0xAA103F) is known color: Cardinal. HEX triplet: AA, 10 and 3F. RGB value is (170,16,63). Sum of RGB (Red+Green+Blue) = 170+16+63=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA103F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA103F is #55EFC0. Grayscale: #434343. Windows color (decimal): -5631937 or 4133034. OLE color: 4133034.
HSL color Cylindrical-coordinate representation of color #AA103F: hue angle of 341.69º 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 #AA103F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 63 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.33 |
| HSL | 341.69º | 0.83% | 0.36% | - |
| HSV(B) | 341.69º | 0.91% | 0.67% | - |
| XYZ | 17.66 | 9.28 | 5.56 | - |
| YUV | 67.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 63 | 0 | 0.91 | 0.63 | 0.33 | 341.69 | 0.83 | 0.36 |
| Hex | AA | 10 | 3F | 0 | 5B | 3F | 21 | 156 | 53 | 24 |
| Octal | 252 | 20 | 77 | 0 | 133 | 77 | 41 | 526 | 123 | 44 |
| Binary | 10101010 | 10000 | 111111 | 0 | 1011011 | 111111 | 100001 | 101010110 | 1010011 | 100100 |
Color Harmonies of #AA103F
Complementary color
Monochromatic Colors of #AA103F
Black with #AA103F
Text Example
Text Example
White with #AA103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA103F; }
p { color: rgb(170,16,63); }
H1.HeaderClassName
{
color: #AA103F;
}
.AnyTagClassName
{
color: #AA103F;
}
</style>
background-color css
<style>
a { background-color: #AA103F; }
a { background-color: rgb(170,16,63); }
div.DivClassName
{
background-color: #AA103F;
}
.BgClassName
{
background-color: #AA103F;
}
</style>
border-color css
<style>
span { border-color: #AA103F; }
span { border-color: rgb(170,16,63); }
td.TdClassName
{
border-color: #AA103F;
}
.TagClassName
{
border-color: #AA103F;
}
</style>