Shades of Cardinal #AE162D
Tints of Cardinal #AE162D
RGB
CMYK
RGB Variations
Color information
#AE162D (or 0xAE162D) is known color: Cardinal. HEX triplet: AE, 16 and 2D. RGB value is (174,22,45). Sum of RGB (Red+Green+Blue) = 174+22+45=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE162D is #51E9D2. Grayscale: #464646. Windows color (decimal): -5368275 or 2954926. OLE color: 2954926.
HSL color Cylindrical-coordinate representation of color #AE162D: hue angle of 350.92º 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 #AE162D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 45 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.32 |
| HSL | 350.92º | 0.78% | 0.38% | - |
| HSV(B) | 350.92º | 0.87% | 0.68% | - |
| XYZ | 18.22 | 9.76 | 3.41 | - |
| YUV | 70.07 | 113.86 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 45 | 0 | 0.87 | 0.74 | 0.32 | 350.92 | 0.78 | 0.38 |
| Hex | AE | 16 | 2D | 0 | 57 | 4A | 20 | 15F | 4E | 26 |
| Octal | 256 | 26 | 55 | 0 | 127 | 112 | 40 | 537 | 116 | 46 |
| Binary | 10101110 | 10110 | 101101 | 0 | 1010111 | 1001010 | 100000 | 101011111 | 1001110 | 100110 |
Color Harmonies of #AE162D
Complementary color
Monochromatic Colors of #AE162D
Black with #AE162D
Text Example
Text Example
White with #AE162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE162D; }
p { color: rgb(174,22,45); }
H1.HeaderClassName
{
color: #AE162D;
}
.AnyTagClassName
{
color: #AE162D;
}
</style>
background-color css
<style>
a { background-color: #AE162D; }
a { background-color: rgb(174,22,45); }
div.DivClassName
{
background-color: #AE162D;
}
.BgClassName
{
background-color: #AE162D;
}
</style>
border-color css
<style>
span { border-color: #AE162D; }
span { border-color: rgb(174,22,45); }
td.TdClassName
{
border-color: #AE162D;
}
.TagClassName
{
border-color: #AE162D;
}
</style>