Shades of Cardinal #AE0B3F
Tints of Cardinal #AE0B3F
RGB
CMYK
RGB Variations
Color information
#AE0B3F (or 0xAE0B3F) is known color: Cardinal. HEX triplet: AE, 0B and 3F. RGB value is (174,11,63). Sum of RGB (Red+Green+Blue) = 174+11+63=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0B3F is #51F4C0. Grayscale: #414141. Windows color (decimal): -5371073 or 4131758. OLE color: 4131758.
HSL color Cylindrical-coordinate representation of color #AE0B3F: hue angle of 340.86º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0B3F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 11 | 63 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.32 |
| HSL | 340.86º | 0.88% | 0.36% | - |
| HSV(B) | 340.86º | 0.94% | 0.68% | - |
| XYZ | 18.47 | 9.6 | 5.58 | - |
| YUV | 65.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 11 | 63 | 0 | 0.94 | 0.64 | 0.32 | 340.86 | 0.88 | 0.36 |
| Hex | AE | B | 3F | 0 | 5E | 40 | 20 | 155 | 58 | 24 |
| Octal | 256 | 13 | 77 | 0 | 136 | 100 | 40 | 525 | 130 | 44 |
| Binary | 10101110 | 1011 | 111111 | 0 | 1011110 | 1000000 | 100000 | 101010101 | 1011000 | 100100 |
Color Harmonies of #AE0B3F
Complementary color
Monochromatic Colors of #AE0B3F
Black with #AE0B3F
Text Example
Text Example
White with #AE0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0B3F; }
p { color: rgb(174,11,63); }
H1.HeaderClassName
{
color: #AE0B3F;
}
.AnyTagClassName
{
color: #AE0B3F;
}
</style>
background-color css
<style>
a { background-color: #AE0B3F; }
a { background-color: rgb(174,11,63); }
div.DivClassName
{
background-color: #AE0B3F;
}
.BgClassName
{
background-color: #AE0B3F;
}
</style>
border-color css
<style>
span { border-color: #AE0B3F; }
span { border-color: rgb(174,11,63); }
td.TdClassName
{
border-color: #AE0B3F;
}
.TagClassName
{
border-color: #AE0B3F;
}
</style>