Shades of Cardinal #AE0F41
Tints of Cardinal #AE0F41
RGB
CMYK
RGB Variations
Color information
#AE0F41 (or 0xAE0F41) is known color: Cardinal. HEX triplet: AE, 0F and 41. RGB value is (174,15,65). Sum of RGB (Red+Green+Blue) = 174+15+65=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0F41 is #51F0BE. Grayscale: #444444. Windows color (decimal): -5370047 or 4263854. OLE color: 4263854.
HSL color Cylindrical-coordinate representation of color #AE0F41: hue angle of 341.13º 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 #AE0F41 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 15 | 65 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.32 |
| HSL | 341.13º | 0.84% | 0.37% | - |
| HSV(B) | 341.13º | 0.91% | 0.68% | - |
| XYZ | 18.58 | 9.72 | 5.9 | - |
| YUV | 68.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 65 | 0 | 0.91 | 0.63 | 0.32 | 341.13 | 0.84 | 0.37 |
| Hex | AE | F | 41 | 0 | 5B | 3F | 20 | 155 | 54 | 25 |
| Octal | 256 | 17 | 101 | 0 | 133 | 77 | 40 | 525 | 124 | 45 |
| Binary | 10101110 | 1111 | 1000001 | 0 | 1011011 | 111111 | 100000 | 101010101 | 1010100 | 100101 |
Color Harmonies of #AE0F41
Complementary color
Monochromatic Colors of #AE0F41
Black with #AE0F41
Text Example
Text Example
White with #AE0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0F41; }
p { color: rgb(174,15,65); }
H1.HeaderClassName
{
color: #AE0F41;
}
.AnyTagClassName
{
color: #AE0F41;
}
</style>
background-color css
<style>
a { background-color: #AE0F41; }
a { background-color: rgb(174,15,65); }
div.DivClassName
{
background-color: #AE0F41;
}
.BgClassName
{
background-color: #AE0F41;
}
</style>
border-color css
<style>
span { border-color: #AE0F41; }
span { border-color: rgb(174,15,65); }
td.TdClassName
{
border-color: #AE0F41;
}
.TagClassName
{
border-color: #AE0F41;
}
</style>