Shades of Cardinal #AE0D2F
Tints of Cardinal #AE0D2F
RGB
CMYK
RGB Variations
Color information
#AE0D2F (or 0xAE0D2F) is known color: Cardinal. HEX triplet: AE, 0D and 2F. RGB value is (174,13,47). Sum of RGB (Red+Green+Blue) = 174+13+47=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D2F is #51F2D0. Grayscale: #414141. Windows color (decimal): -5370577 or 3083694. OLE color: 3083694.
HSL color Cylindrical-coordinate representation of color #AE0D2F: hue angle of 347.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0D2F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 47 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.32 |
| HSL | 347.33º | 0.86% | 0.37% | - |
| HSV(B) | 347.33º | 0.93% | 0.68% | - |
| XYZ | 18.11 | 9.49 | 3.57 | - |
| YUV | 65.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 47 | 0 | 0.93 | 0.73 | 0.32 | 347.33 | 0.86 | 0.37 |
| Hex | AE | D | 2F | 0 | 5D | 49 | 20 | 15B | 56 | 25 |
| Octal | 256 | 15 | 57 | 0 | 135 | 111 | 40 | 533 | 126 | 45 |
| Binary | 10101110 | 1101 | 101111 | 0 | 1011101 | 1001001 | 100000 | 101011011 | 1010110 | 100101 |
Color Harmonies of #AE0D2F
Complementary color
Monochromatic Colors of #AE0D2F
Black with #AE0D2F
Text Example
Text Example
White with #AE0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D2F; }
p { color: rgb(174,13,47); }
H1.HeaderClassName
{
color: #AE0D2F;
}
.AnyTagClassName
{
color: #AE0D2F;
}
</style>
background-color css
<style>
a { background-color: #AE0D2F; }
a { background-color: rgb(174,13,47); }
div.DivClassName
{
background-color: #AE0D2F;
}
.BgClassName
{
background-color: #AE0D2F;
}
</style>
border-color css
<style>
span { border-color: #AE0D2F; }
span { border-color: rgb(174,13,47); }
td.TdClassName
{
border-color: #AE0D2F;
}
.TagClassName
{
border-color: #AE0D2F;
}
</style>