Shades of Cardinal #AE0D2D
Tints of Cardinal #AE0D2D
RGB
CMYK
RGB Variations
Color information
#AE0D2D (or 0xAE0D2D) is known color: Cardinal. HEX triplet: AE, 0D and 2D. RGB value is (174,13,45). Sum of RGB (Red+Green+Blue) = 174+13+45=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D2D is #51F2D2. Grayscale: #404040. Windows color (decimal): -5370579 or 2952622. OLE color: 2952622.
HSL color Cylindrical-coordinate representation of color #AE0D2D: hue angle of 348.07º 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 #AE0D2D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.32 |
| HSL | 348.07º | 0.86% | 0.37% | - |
| HSV(B) | 348.07º | 0.93% | 0.68% | - |
| XYZ | 18.07 | 9.48 | 3.36 | - |
| YUV | 64.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 45 | 0 | 0.93 | 0.74 | 0.32 | 348.07 | 0.86 | 0.37 |
| Hex | AE | D | 2D | 0 | 5D | 4A | 20 | 15C | 56 | 25 |
| Octal | 256 | 15 | 55 | 0 | 135 | 112 | 40 | 534 | 126 | 45 |
| Binary | 10101110 | 1101 | 101101 | 0 | 1011101 | 1001010 | 100000 | 101011100 | 1010110 | 100101 |
Color Harmonies of #AE0D2D
Complementary color
Monochromatic Colors of #AE0D2D
Black with #AE0D2D
Text Example
Text Example
White with #AE0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D2D; }
p { color: rgb(174,13,45); }
H1.HeaderClassName
{
color: #AE0D2D;
}
.AnyTagClassName
{
color: #AE0D2D;
}
</style>
background-color css
<style>
a { background-color: #AE0D2D; }
a { background-color: rgb(174,13,45); }
div.DivClassName
{
background-color: #AE0D2D;
}
.BgClassName
{
background-color: #AE0D2D;
}
</style>
border-color css
<style>
span { border-color: #AE0D2D; }
span { border-color: rgb(174,13,45); }
td.TdClassName
{
border-color: #AE0D2D;
}
.TagClassName
{
border-color: #AE0D2D;
}
</style>