Shades of Rouge #A2385F
Tints of Rouge #A2385F
RGB
CMYK
RGB Variations
Color information
#A2385F (or 0xA2385F) is known color: Rouge. HEX triplet: A2, 38 and 5F. RGB value is (162,56,95). Sum of RGB (Red+Green+Blue) = 162+56+95=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2385F is #5DC7A0. Grayscale: #5C5C5C. Windows color (decimal): -6145953 or 6240418. OLE color: 6240418.
HSL color Cylindrical-coordinate representation of color #A2385F: hue angle of 337.92º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2385F is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 95 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.36 |
| HSL | 337.92º | 0.49% | 0.43% | - |
| HSV(B) | 337.92º | 0.65% | 0.64% | - |
| XYZ | 18.38 | 11.34 | 12.05 | - |
| YUV | 92.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 95 | 0 | 0.65 | 0.41 | 0.36 | 337.92 | 0.49 | 0.43 |
| Hex | A2 | 38 | 5F | 0 | 41 | 29 | 24 | 152 | 31 | 2B |
| Octal | 242 | 70 | 137 | 0 | 101 | 51 | 44 | 522 | 61 | 53 |
| Binary | 10100010 | 111000 | 1011111 | 0 | 1000001 | 101001 | 100100 | 101010010 | 110001 | 101011 |
Color Harmonies of #A2385F
Complementary color
Monochromatic Colors of #A2385F
Black with #A2385F
Text Example
Text Example
White with #A2385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2385F; }
p { color: rgb(162,56,95); }
H1.HeaderClassName
{
color: #A2385F;
}
.AnyTagClassName
{
color: #A2385F;
}
</style>
background-color css
<style>
a { background-color: #A2385F; }
a { background-color: rgb(162,56,95); }
div.DivClassName
{
background-color: #A2385F;
}
.BgClassName
{
background-color: #A2385F;
}
</style>
border-color css
<style>
span { border-color: #A2385F; }
span { border-color: rgb(162,56,95); }
td.TdClassName
{
border-color: #A2385F;
}
.TagClassName
{
border-color: #A2385F;
}
</style>