Shades of Cardinal #AE1141
Tints of Cardinal #AE1141
RGB
CMYK
RGB Variations
Color information
#AE1141 (or 0xAE1141) is known color: Cardinal. HEX triplet: AE, 11 and 41. RGB value is (174,17,65). Sum of RGB (Red+Green+Blue) = 174+17+65=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1141 is #51EEBE. Grayscale: #454545. Windows color (decimal): -5369535 or 4264366. OLE color: 4264366.
HSL color Cylindrical-coordinate representation of color #AE1141: hue angle of 341.66º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1141 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 65 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.32 |
| HSL | 341.66º | 0.82% | 0.37% | - |
| HSV(B) | 341.66º | 0.9% | 0.68% | - |
| XYZ | 18.61 | 9.78 | 5.91 | - |
| YUV | 69.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 65 | 0 | 0.90 | 0.63 | 0.32 | 341.66 | 0.82 | 0.37 |
| Hex | AE | 11 | 41 | 0 | 5A | 3F | 20 | 156 | 52 | 25 |
| Octal | 256 | 21 | 101 | 0 | 132 | 77 | 40 | 526 | 122 | 45 |
| Binary | 10101110 | 10001 | 1000001 | 0 | 1011010 | 111111 | 100000 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AE1141
Complementary color
Monochromatic Colors of #AE1141
Black with #AE1141
Text Example
Text Example
White with #AE1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1141; }
p { color: rgb(174,17,65); }
H1.HeaderClassName
{
color: #AE1141;
}
.AnyTagClassName
{
color: #AE1141;
}
</style>
background-color css
<style>
a { background-color: #AE1141; }
a { background-color: rgb(174,17,65); }
div.DivClassName
{
background-color: #AE1141;
}
.BgClassName
{
background-color: #AE1141;
}
</style>
border-color css
<style>
span { border-color: #AE1141; }
span { border-color: rgb(174,17,65); }
td.TdClassName
{
border-color: #AE1141;
}
.TagClassName
{
border-color: #AE1141;
}
</style>