Shades of Cardinal #AE113F
Tints of Cardinal #AE113F
RGB
CMYK
RGB Variations
Color information
#AE113F (or 0xAE113F) is known color: Cardinal. HEX triplet: AE, 11 and 3F. RGB value is (174,17,63). Sum of RGB (Red+Green+Blue) = 174+17+63=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE113F is #51EEC0. Grayscale: #454545. Windows color (decimal): -5369537 or 4133294. OLE color: 4133294.
HSL color Cylindrical-coordinate representation of color #AE113F: hue angle of 342.42º 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 #AE113F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.32 |
| HSL | 342.42º | 0.82% | 0.37% | - |
| HSV(B) | 342.42º | 0.9% | 0.68% | - |
| XYZ | 18.55 | 9.76 | 5.61 | - |
| YUV | 69.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 63 | 0 | 0.90 | 0.64 | 0.32 | 342.42 | 0.82 | 0.37 |
| Hex | AE | 11 | 3F | 0 | 5A | 40 | 20 | 156 | 52 | 25 |
| Octal | 256 | 21 | 77 | 0 | 132 | 100 | 40 | 526 | 122 | 45 |
| Binary | 10101110 | 10001 | 111111 | 0 | 1011010 | 1000000 | 100000 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AE113F
Complementary color
Monochromatic Colors of #AE113F
Black with #AE113F
Text Example
Text Example
White with #AE113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE113F; }
p { color: rgb(174,17,63); }
H1.HeaderClassName
{
color: #AE113F;
}
.AnyTagClassName
{
color: #AE113F;
}
</style>
background-color css
<style>
a { background-color: #AE113F; }
a { background-color: rgb(174,17,63); }
div.DivClassName
{
background-color: #AE113F;
}
.BgClassName
{
background-color: #AE113F;
}
</style>
border-color css
<style>
span { border-color: #AE113F; }
span { border-color: rgb(174,17,63); }
td.TdClassName
{
border-color: #AE113F;
}
.TagClassName
{
border-color: #AE113F;
}
</style>