Shades of Cardinal #AA273D
Tints of Cardinal #AA273D
RGB
CMYK
RGB Variations
Color information
#AA273D (or 0xAA273D) is known color: Cardinal. HEX triplet: AA, 27 and 3D. RGB value is (170,39,61). Sum of RGB (Red+Green+Blue) = 170+39+61=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA273D is #55D8C2. Grayscale: #505050. Windows color (decimal): -5626051 or 4007850. OLE color: 4007850.
HSL color Cylindrical-coordinate representation of color #AA273D: hue angle of 349.92º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA273D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 39 | 61 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.33 |
| HSL | 349.92º | 0.63% | 0.41% | - |
| HSV(B) | 349.92º | 0.77% | 0.67% | - |
| XYZ | 18.15 | 10.33 | 5.45 | - |
| YUV | 80.68 | 116.9 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 61 | 0 | 0.77 | 0.64 | 0.33 | 349.92 | 0.63 | 0.41 |
| Hex | AA | 27 | 3D | 0 | 4D | 40 | 21 | 15E | 3F | 29 |
| Octal | 252 | 47 | 75 | 0 | 115 | 100 | 41 | 536 | 77 | 51 |
| Binary | 10101010 | 100111 | 111101 | 0 | 1001101 | 1000000 | 100001 | 101011110 | 111111 | 101001 |
Color Harmonies of #AA273D
Complementary color
Monochromatic Colors of #AA273D
Black with #AA273D
Text Example
Text Example
White with #AA273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA273D; }
p { color: rgb(170,39,61); }
H1.HeaderClassName
{
color: #AA273D;
}
.AnyTagClassName
{
color: #AA273D;
}
</style>
background-color css
<style>
a { background-color: #AA273D; }
a { background-color: rgb(170,39,61); }
div.DivClassName
{
background-color: #AA273D;
}
.BgClassName
{
background-color: #AA273D;
}
</style>
border-color css
<style>
span { border-color: #AA273D; }
span { border-color: rgb(170,39,61); }
td.TdClassName
{
border-color: #AA273D;
}
.TagClassName
{
border-color: #AA273D;
}
</style>