Shades of Cardinal #AA1C3A
Tints of Cardinal #AA1C3A
RGB
CMYK
RGB Variations
Color information
#AA1C3A (or 0xAA1C3A) is known color: Cardinal. HEX triplet: AA, 1C and 3A. RGB value is (170,28,58). Sum of RGB (Red+Green+Blue) = 170+28+58=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C3A is #55E3C5. Grayscale: #494949. Windows color (decimal): -5628870 or 3808426. OLE color: 3808426.
HSL color Cylindrical-coordinate representation of color #AA1C3A: hue angle of 347.32º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C3A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 58 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.33 |
| HSL | 347.32º | 0.72% | 0.39% | - |
| HSV(B) | 347.32º | 0.84% | 0.67% | - |
| XYZ | 17.76 | 9.68 | 4.94 | - |
| YUV | 73.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 58 | 0 | 0.84 | 0.66 | 0.33 | 347.32 | 0.72 | 0.39 |
| Hex | AA | 1C | 3A | 0 | 54 | 42 | 21 | 15B | 48 | 27 |
| Octal | 252 | 34 | 72 | 0 | 124 | 102 | 41 | 533 | 110 | 47 |
| Binary | 10101010 | 11100 | 111010 | 0 | 1010100 | 1000010 | 100001 | 101011011 | 1001000 | 100111 |
Color Harmonies of #AA1C3A
Complementary color
Monochromatic Colors of #AA1C3A
Black with #AA1C3A
Text Example
Text Example
White with #AA1C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C3A; }
p { color: rgb(170,28,58); }
H1.HeaderClassName
{
color: #AA1C3A;
}
.AnyTagClassName
{
color: #AA1C3A;
}
</style>
background-color css
<style>
a { background-color: #AA1C3A; }
a { background-color: rgb(170,28,58); }
div.DivClassName
{
background-color: #AA1C3A;
}
.BgClassName
{
background-color: #AA1C3A;
}
</style>
border-color css
<style>
span { border-color: #AA1C3A; }
span { border-color: rgb(170,28,58); }
td.TdClassName
{
border-color: #AA1C3A;
}
.TagClassName
{
border-color: #AA1C3A;
}
</style>