Shades of Cardinal #AE0D3F
Tints of Cardinal #AE0D3F
RGB
CMYK
RGB Variations
Color information
#AE0D3F (or 0xAE0D3F) is known color: Cardinal. HEX triplet: AE, 0D and 3F. RGB value is (174,13,63). Sum of RGB (Red+Green+Blue) = 174+13+63=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0D3F is #51F2C0. Grayscale: #424242. Windows color (decimal): -5370561 or 4132270. OLE color: 4132270.
HSL color Cylindrical-coordinate representation of color #AE0D3F: hue angle of 341.37º 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 #AE0D3F is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 63 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.32 |
| HSL | 341.37º | 0.86% | 0.37% | - |
| HSV(B) | 341.37º | 0.93% | 0.68% | - |
| XYZ | 18.5 | 9.65 | 5.59 | - |
| YUV | 66.84 | 125.84 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 63 | 0 | 0.93 | 0.64 | 0.32 | 341.37 | 0.86 | 0.37 |
| Hex | AE | D | 3F | 0 | 5D | 40 | 20 | 155 | 56 | 25 |
| Octal | 256 | 15 | 77 | 0 | 135 | 100 | 40 | 525 | 126 | 45 |
| Binary | 10101110 | 1101 | 111111 | 0 | 1011101 | 1000000 | 100000 | 101010101 | 1010110 | 100101 |
Color Harmonies of #AE0D3F
Complementary color
Monochromatic Colors of #AE0D3F
Black with #AE0D3F
Text Example
Text Example
White with #AE0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D3F; }
p { color: rgb(174,13,63); }
H1.HeaderClassName
{
color: #AE0D3F;
}
.AnyTagClassName
{
color: #AE0D3F;
}
</style>
background-color css
<style>
a { background-color: #AE0D3F; }
a { background-color: rgb(174,13,63); }
div.DivClassName
{
background-color: #AE0D3F;
}
.BgClassName
{
background-color: #AE0D3F;
}
</style>
border-color css
<style>
span { border-color: #AE0D3F; }
span { border-color: rgb(174,13,63); }
td.TdClassName
{
border-color: #AE0D3F;
}
.TagClassName
{
border-color: #AE0D3F;
}
</style>