Shades of Rouge #A2385E
Tints of Rouge #A2385E
RGB
CMYK
RGB Variations
Color information
#A2385E (or 0xA2385E) is known color: Rouge. HEX triplet: A2, 38 and 5E. RGB value is (162,56,94). Sum of RGB (Red+Green+Blue) = 162+56+94=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2385E is #5DC7A1. Grayscale: #5B5B5B. Windows color (decimal): -6145954 or 6174882. OLE color: 6174882.
HSL color Cylindrical-coordinate representation of color #A2385E: hue angle of 338.49º 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 #A2385E is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 94 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.36 |
| HSL | 338.49º | 0.49% | 0.43% | - |
| HSV(B) | 338.49º | 0.65% | 0.64% | - |
| XYZ | 18.33 | 11.32 | 11.81 | - |
| YUV | 92.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 94 | 0 | 0.65 | 0.42 | 0.36 | 338.49 | 0.49 | 0.43 |
| Hex | A2 | 38 | 5E | 0 | 41 | 2A | 24 | 152 | 31 | 2B |
| Octal | 242 | 70 | 136 | 0 | 101 | 52 | 44 | 522 | 61 | 53 |
| Binary | 10100010 | 111000 | 1011110 | 0 | 1000001 | 101010 | 100100 | 101010010 | 110001 | 101011 |
Color Harmonies of #A2385E
Complementary color
Monochromatic Colors of #A2385E
Black with #A2385E
Text Example
Text Example
White with #A2385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2385E; }
p { color: rgb(162,56,94); }
H1.HeaderClassName
{
color: #A2385E;
}
.AnyTagClassName
{
color: #A2385E;
}
</style>
background-color css
<style>
a { background-color: #A2385E; }
a { background-color: rgb(162,56,94); }
div.DivClassName
{
background-color: #A2385E;
}
.BgClassName
{
background-color: #A2385E;
}
</style>
border-color css
<style>
span { border-color: #A2385E; }
span { border-color: rgb(162,56,94); }
td.TdClassName
{
border-color: #A2385E;
}
.TagClassName
{
border-color: #A2385E;
}
</style>