Shades of Rouge #A2385C
Tints of Rouge #A2385C
RGB
CMYK
RGB Variations
Color information
#A2385C (or 0xA2385C) is known color: Rouge. HEX triplet: A2, 38 and 5C. RGB value is (162,56,92). Sum of RGB (Red+Green+Blue) = 162+56+92=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2385C is #5DC7A3. Grayscale: #5B5B5B. Windows color (decimal): -6145956 or 6043810. OLE color: 6043810.
HSL color Cylindrical-coordinate representation of color #A2385C: hue angle of 339.62º 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 #A2385C is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 92 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.36 |
| HSL | 339.62º | 0.49% | 0.43% | - |
| HSV(B) | 339.62º | 0.65% | 0.64% | - |
| XYZ | 18.25 | 11.28 | 11.34 | - |
| YUV | 91.8 | 128.12 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 92 | 0 | 0.65 | 0.43 | 0.36 | 339.62 | 0.49 | 0.43 |
| Hex | A2 | 38 | 5C | 0 | 41 | 2B | 24 | 154 | 31 | 2B |
| Octal | 242 | 70 | 134 | 0 | 101 | 53 | 44 | 524 | 61 | 53 |
| Binary | 10100010 | 111000 | 1011100 | 0 | 1000001 | 101011 | 100100 | 101010100 | 110001 | 101011 |
Color Harmonies of #A2385C
Complementary color
Monochromatic Colors of #A2385C
Black with #A2385C
Text Example
Text Example
White with #A2385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2385C; }
p { color: rgb(162,56,92); }
H1.HeaderClassName
{
color: #A2385C;
}
.AnyTagClassName
{
color: #A2385C;
}
</style>
background-color css
<style>
a { background-color: #A2385C; }
a { background-color: rgb(162,56,92); }
div.DivClassName
{
background-color: #A2385C;
}
.BgClassName
{
background-color: #A2385C;
}
</style>
border-color css
<style>
span { border-color: #A2385C; }
span { border-color: rgb(162,56,92); }
td.TdClassName
{
border-color: #A2385C;
}
.TagClassName
{
border-color: #A2385C;
}
</style>