Shades of Cardinal #AE162F
Tints of Cardinal #AE162F
RGB
CMYK
RGB Variations
Color information
#AE162F (or 0xAE162F) is known color: Cardinal. HEX triplet: AE, 16 and 2F. RGB value is (174,22,47). Sum of RGB (Red+Green+Blue) = 174+22+47=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE162F is #51E9D0. Grayscale: #464646. Windows color (decimal): -5368273 or 3085998. OLE color: 3085998.
HSL color Cylindrical-coordinate representation of color #AE162F: hue angle of 350.13º 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 #AE162F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 22 | 47 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.32 |
| HSL | 350.13º | 0.78% | 0.38% | - |
| HSV(B) | 350.13º | 0.87% | 0.68% | - |
| XYZ | 18.26 | 9.78 | 3.61 | - |
| YUV | 70.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 47 | 0 | 0.87 | 0.73 | 0.32 | 350.13 | 0.78 | 0.38 |
| Hex | AE | 16 | 2F | 0 | 57 | 49 | 20 | 15E | 4E | 26 |
| Octal | 256 | 26 | 57 | 0 | 127 | 111 | 40 | 536 | 116 | 46 |
| Binary | 10101110 | 10110 | 101111 | 0 | 1010111 | 1001001 | 100000 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AE162F
Complementary color
Monochromatic Colors of #AE162F
Black with #AE162F
Text Example
Text Example
White with #AE162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE162F; }
p { color: rgb(174,22,47); }
H1.HeaderClassName
{
color: #AE162F;
}
.AnyTagClassName
{
color: #AE162F;
}
</style>
background-color css
<style>
a { background-color: #AE162F; }
a { background-color: rgb(174,22,47); }
div.DivClassName
{
background-color: #AE162F;
}
.BgClassName
{
background-color: #AE162F;
}
</style>
border-color css
<style>
span { border-color: #AE162F; }
span { border-color: rgb(174,22,47); }
td.TdClassName
{
border-color: #AE162F;
}
.TagClassName
{
border-color: #AE162F;
}
</style>