Shades of Rouge #AE375B
Tints of Rouge #AE375B
RGB
CMYK
RGB Variations
Color information
#AE375B (or 0xAE375B) is known color: Rouge. HEX triplet: AE, 37 and 5B. RGB value is (174,55,91). Sum of RGB (Red+Green+Blue) = 174+55+91=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE375B is #51C8A4. Grayscale: #5E5E5E. Windows color (decimal): -5359781 or 5978030. OLE color: 5978030.
HSL color Cylindrical-coordinate representation of color #AE375B: hue angle of 341.85º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE375B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 55 | 91 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.32 |
| HSL | 341.85º | 0.52% | 0.45% | - |
| HSV(B) | 341.85º | 0.68% | 0.68% | - |
| XYZ | 20.71 | 12.49 | 11.22 | - |
| YUV | 94.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 55 | 91 | 0 | 0.68 | 0.48 | 0.32 | 341.85 | 0.52 | 0.45 |
| Hex | AE | 37 | 5B | 0 | 44 | 30 | 20 | 156 | 34 | 2D |
| Octal | 256 | 67 | 133 | 0 | 104 | 60 | 40 | 526 | 64 | 55 |
| Binary | 10101110 | 110111 | 1011011 | 0 | 1000100 | 110000 | 100000 | 101010110 | 110100 | 101101 |
Color Harmonies of #AE375B
Complementary color
Monochromatic Colors of #AE375B
Black with #AE375B
Text Example
Text Example
White with #AE375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE375B; }
p { color: rgb(174,55,91); }
H1.HeaderClassName
{
color: #AE375B;
}
.AnyTagClassName
{
color: #AE375B;
}
</style>
background-color css
<style>
a { background-color: #AE375B; }
a { background-color: rgb(174,55,91); }
div.DivClassName
{
background-color: #AE375B;
}
.BgClassName
{
background-color: #AE375B;
}
</style>
border-color css
<style>
span { border-color: #AE375B; }
span { border-color: rgb(174,55,91); }
td.TdClassName
{
border-color: #AE375B;
}
.TagClassName
{
border-color: #AE375B;
}
</style>