Shades of Cardinal #AE113E
Tints of Cardinal #AE113E
RGB
CMYK
RGB Variations
Color information
#AE113E (or 0xAE113E) is known color: Cardinal. HEX triplet: AE, 11 and 3E. RGB value is (174,17,62). Sum of RGB (Red+Green+Blue) = 174+17+62=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE113E is #51EEC1. Grayscale: #454545. Windows color (decimal): -5369538 or 4067758. OLE color: 4067758.
HSL color Cylindrical-coordinate representation of color #AE113E: hue angle of 342.8º 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 #AE113E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 62 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.32 |
| HSL | 342.8º | 0.82% | 0.37% | - |
| HSV(B) | 342.8º | 0.9% | 0.68% | - |
| XYZ | 18.53 | 9.75 | 5.46 | - |
| YUV | 69.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 62 | 0 | 0.90 | 0.64 | 0.32 | 342.8 | 0.82 | 0.37 |
| Hex | AE | 11 | 3E | 0 | 5A | 40 | 20 | 157 | 52 | 25 |
| Octal | 256 | 21 | 76 | 0 | 132 | 100 | 40 | 527 | 122 | 45 |
| Binary | 10101110 | 10001 | 111110 | 0 | 1011010 | 1000000 | 100000 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AE113E
Complementary color
Monochromatic Colors of #AE113E
Black with #AE113E
Text Example
Text Example
White with #AE113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE113E; }
p { color: rgb(174,17,62); }
H1.HeaderClassName
{
color: #AE113E;
}
.AnyTagClassName
{
color: #AE113E;
}
</style>
background-color css
<style>
a { background-color: #AE113E; }
a { background-color: rgb(174,17,62); }
div.DivClassName
{
background-color: #AE113E;
}
.BgClassName
{
background-color: #AE113E;
}
</style>
border-color css
<style>
span { border-color: #AE113E; }
span { border-color: rgb(174,17,62); }
td.TdClassName
{
border-color: #AE113E;
}
.TagClassName
{
border-color: #AE113E;
}
</style>