Shades of Cardinal #AE072F
Tints of Cardinal #AE072F
RGB
CMYK
RGB Variations
Color information
#AE072F (or 0xAE072F) is known color: Cardinal. HEX triplet: AE, 07 and 2F. RGB value is (174,7,47). Sum of RGB (Red+Green+Blue) = 174+7+47=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE072F is #51F8D0. Grayscale: #3D3D3D. Windows color (decimal): -5372113 or 3082158. OLE color: 3082158.
HSL color Cylindrical-coordinate representation of color #AE072F: hue angle of 345.63º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE072F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.32 |
| HSL | 345.63º | 0.92% | 0.35% | - |
| HSV(B) | 345.63º | 0.96% | 0.68% | - |
| XYZ | 18.04 | 9.36 | 3.54 | - |
| YUV | 61.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 47 | 0 | 0.96 | 0.73 | 0.32 | 345.63 | 0.92 | 0.35 |
| Hex | AE | 7 | 2F | 0 | 60 | 49 | 20 | 15A | 5C | 23 |
| Octal | 256 | 7 | 57 | 0 | 140 | 111 | 40 | 532 | 134 | 43 |
| Binary | 10101110 | 111 | 101111 | 0 | 1100000 | 1001001 | 100000 | 101011010 | 1011100 | 100011 |
Color Harmonies of #AE072F
Complementary color
Monochromatic Colors of #AE072F
Black with #AE072F
Text Example
Text Example
White with #AE072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE072F; }
p { color: rgb(174,7,47); }
H1.HeaderClassName
{
color: #AE072F;
}
.AnyTagClassName
{
color: #AE072F;
}
</style>
background-color css
<style>
a { background-color: #AE072F; }
a { background-color: rgb(174,7,47); }
div.DivClassName
{
background-color: #AE072F;
}
.BgClassName
{
background-color: #AE072F;
}
</style>
border-color css
<style>
span { border-color: #AE072F; }
span { border-color: rgb(174,7,47); }
td.TdClassName
{
border-color: #AE072F;
}
.TagClassName
{
border-color: #AE072F;
}
</style>