Shades of Cardinal #AE162C
Tints of Cardinal #AE162C
RGB
CMYK
RGB Variations
Color information
#AE162C (or 0xAE162C) is known color: Cardinal. HEX triplet: AE, 16 and 2C. RGB value is (174,22,44). Sum of RGB (Red+Green+Blue) = 174+22+44=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE162C is #51E9D3. Grayscale: #464646. Windows color (decimal): -5368276 or 2889390. OLE color: 2889390.
HSL color Cylindrical-coordinate representation of color #AE162C: hue angle of 351.32º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE162C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 44 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.32 |
| HSL | 351.32º | 0.78% | 0.38% | - |
| HSV(B) | 351.32º | 0.87% | 0.68% | - |
| XYZ | 18.2 | 9.75 | 3.31 | - |
| YUV | 69.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 44 | 0 | 0.87 | 0.75 | 0.32 | 351.32 | 0.78 | 0.38 |
| Hex | AE | 16 | 2C | 0 | 57 | 4B | 20 | 15F | 4E | 26 |
| Octal | 256 | 26 | 54 | 0 | 127 | 113 | 40 | 537 | 116 | 46 |
| Binary | 10101110 | 10110 | 101100 | 0 | 1010111 | 1001011 | 100000 | 101011111 | 1001110 | 100110 |
Color Harmonies of #AE162C
Complementary color
Monochromatic Colors of #AE162C
Black with #AE162C
Text Example
Text Example
White with #AE162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE162C; }
p { color: rgb(174,22,44); }
H1.HeaderClassName
{
color: #AE162C;
}
.AnyTagClassName
{
color: #AE162C;
}
</style>
background-color css
<style>
a { background-color: #AE162C; }
a { background-color: rgb(174,22,44); }
div.DivClassName
{
background-color: #AE162C;
}
.BgClassName
{
background-color: #AE162C;
}
</style>
border-color css
<style>
span { border-color: #AE162C; }
span { border-color: rgb(174,22,44); }
td.TdClassName
{
border-color: #AE162C;
}
.TagClassName
{
border-color: #AE162C;
}
</style>