Shades of Cardinal #AE0F2D
Tints of Cardinal #AE0F2D
RGB
CMYK
RGB Variations
Color information
#AE0F2D (or 0xAE0F2D) is known color: Cardinal. HEX triplet: AE, 0F and 2D. RGB value is (174,15,45). Sum of RGB (Red+Green+Blue) = 174+15+45=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F2D is #51F0D2. Grayscale: #424242. Windows color (decimal): -5370067 or 2953134. OLE color: 2953134.
HSL color Cylindrical-coordinate representation of color #AE0F2D: hue angle of 348.68º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F2D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 45 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.32 |
| HSL | 348.68º | 0.84% | 0.37% | - |
| HSV(B) | 348.68º | 0.91% | 0.68% | - |
| XYZ | 18.1 | 9.53 | 3.37 | - |
| YUV | 65.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 45 | 0 | 0.91 | 0.74 | 0.32 | 348.68 | 0.84 | 0.37 |
| Hex | AE | F | 2D | 0 | 5B | 4A | 20 | 15D | 54 | 25 |
| Octal | 256 | 17 | 55 | 0 | 133 | 112 | 40 | 535 | 124 | 45 |
| Binary | 10101110 | 1111 | 101101 | 0 | 1011011 | 1001010 | 100000 | 101011101 | 1010100 | 100101 |
Color Harmonies of #AE0F2D
Complementary color
Monochromatic Colors of #AE0F2D
Black with #AE0F2D
Text Example
Text Example
White with #AE0F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F2D; }
p { color: rgb(174,15,45); }
H1.HeaderClassName
{
color: #AE0F2D;
}
.AnyTagClassName
{
color: #AE0F2D;
}
</style>
background-color css
<style>
a { background-color: #AE0F2D; }
a { background-color: rgb(174,15,45); }
div.DivClassName
{
background-color: #AE0F2D;
}
.BgClassName
{
background-color: #AE0F2D;
}
</style>
border-color css
<style>
span { border-color: #AE0F2D; }
span { border-color: rgb(174,15,45); }
td.TdClassName
{
border-color: #AE0F2D;
}
.TagClassName
{
border-color: #AE0F2D;
}
</style>