Shades of Cardinal #AE0735
Tints of Cardinal #AE0735
RGB
CMYK
RGB Variations
Color information
#AE0735 (or 0xAE0735) is known color: Cardinal. HEX triplet: AE, 07 and 35. RGB value is (174,7,53). Sum of RGB (Red+Green+Blue) = 174+7+53=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0735 is #51F8CA. Grayscale: #3E3E3E. Windows color (decimal): -5372107 or 3475374. OLE color: 3475374.
HSL color Cylindrical-coordinate representation of color #AE0735: hue angle of 343.47º 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 #AE0735 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.32 |
| HSL | 343.47º | 0.92% | 0.35% | - |
| HSV(B) | 343.47º | 0.96% | 0.68% | - |
| XYZ | 18.17 | 9.41 | 4.23 | - |
| YUV | 62.18 | 122.83 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 7 | 53 | 0 | 0.96 | 0.70 | 0.32 | 343.47 | 0.92 | 0.35 |
| Hex | AE | 7 | 35 | 0 | 60 | 46 | 20 | 157 | 5C | 23 |
| Octal | 256 | 7 | 65 | 0 | 140 | 106 | 40 | 527 | 134 | 43 |
| Binary | 10101110 | 111 | 110101 | 0 | 1100000 | 1000110 | 100000 | 101010111 | 1011100 | 100011 |
Color Harmonies of #AE0735
Complementary color
Monochromatic Colors of #AE0735
Black with #AE0735
Text Example
Text Example
White with #AE0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0735; }
p { color: rgb(174,7,53); }
H1.HeaderClassName
{
color: #AE0735;
}
.AnyTagClassName
{
color: #AE0735;
}
</style>
background-color css
<style>
a { background-color: #AE0735; }
a { background-color: rgb(174,7,53); }
div.DivClassName
{
background-color: #AE0735;
}
.BgClassName
{
background-color: #AE0735;
}
</style>
border-color css
<style>
span { border-color: #AE0735; }
span { border-color: rgb(174,7,53); }
td.TdClassName
{
border-color: #AE0735;
}
.TagClassName
{
border-color: #AE0735;
}
</style>