Shades of Cardinal #AE172C
Tints of Cardinal #AE172C
RGB
CMYK
RGB Variations
Color information
#AE172C (or 0xAE172C) is known color: Cardinal. HEX triplet: AE, 17 and 2C. RGB value is (174,23,44). Sum of RGB (Red+Green+Blue) = 174+23+44=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE172C is #51E8D3. Grayscale: #464646. Windows color (decimal): -5368020 or 2889646. OLE color: 2889646.
HSL color Cylindrical-coordinate representation of color #AE172C: hue angle of 351.66º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE172C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 23 | 44 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.32 |
| HSL | 351.66º | 0.77% | 0.39% | - |
| HSV(B) | 351.66º | 0.87% | 0.68% | - |
| XYZ | 18.22 | 9.79 | 3.31 | - |
| YUV | 70.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 44 | 0 | 0.87 | 0.75 | 0.32 | 351.66 | 0.77 | 0.39 |
| Hex | AE | 17 | 2C | 0 | 57 | 4B | 20 | 160 | 4D | 27 |
| Octal | 256 | 27 | 54 | 0 | 127 | 113 | 40 | 540 | 115 | 47 |
| Binary | 10101110 | 10111 | 101100 | 0 | 1010111 | 1001011 | 100000 | 101100000 | 1001101 | 100111 |
Color Harmonies of #AE172C
Complementary color
Monochromatic Colors of #AE172C
Black with #AE172C
Text Example
Text Example
White with #AE172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE172C; }
p { color: rgb(174,23,44); }
H1.HeaderClassName
{
color: #AE172C;
}
.AnyTagClassName
{
color: #AE172C;
}
</style>
background-color css
<style>
a { background-color: #AE172C; }
a { background-color: rgb(174,23,44); }
div.DivClassName
{
background-color: #AE172C;
}
.BgClassName
{
background-color: #AE172C;
}
</style>
border-color css
<style>
span { border-color: #AE172C; }
span { border-color: rgb(174,23,44); }
td.TdClassName
{
border-color: #AE172C;
}
.TagClassName
{
border-color: #AE172C;
}
</style>