Shades of Rouge #A2425E
Tints of Rouge #A2425E
RGB
CMYK
RGB Variations
Color information
#A2425E (or 0xA2425E) is known color: Rouge. HEX triplet: A2, 42 and 5E. RGB value is (162,66,94). Sum of RGB (Red+Green+Blue) = 162+66+94=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2425E is #5DBDA1. Grayscale: #616161. Windows color (decimal): -6143394 or 6177442. OLE color: 6177442.
HSL color Cylindrical-coordinate representation of color #A2425E: hue angle of 342.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2425E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 66 | 94 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.36 |
| HSL | 342.5º | 0.42% | 0.45% | - |
| HSV(B) | 342.5º | 0.59% | 0.64% | - |
| XYZ | 18.87 | 12.39 | 11.99 | - |
| YUV | 97.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 66 | 94 | 0 | 0.59 | 0.42 | 0.36 | 342.5 | 0.42 | 0.45 |
| Hex | A2 | 42 | 5E | 0 | 3B | 2A | 24 | 156 | 2A | 2D |
| Octal | 242 | 102 | 136 | 0 | 73 | 52 | 44 | 526 | 52 | 55 |
| Binary | 10100010 | 1000010 | 1011110 | 0 | 111011 | 101010 | 100100 | 101010110 | 101010 | 101101 |
Color Harmonies of #A2425E
Complementary color
Monochromatic Colors of #A2425E
Black with #A2425E
Text Example
Text Example
White with #A2425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2425E; }
p { color: rgb(162,66,94); }
H1.HeaderClassName
{
color: #A2425E;
}
.AnyTagClassName
{
color: #A2425E;
}
</style>
background-color css
<style>
a { background-color: #A2425E; }
a { background-color: rgb(162,66,94); }
div.DivClassName
{
background-color: #A2425E;
}
.BgClassName
{
background-color: #A2425E;
}
</style>
border-color css
<style>
span { border-color: #A2425E; }
span { border-color: rgb(162,66,94); }
td.TdClassName
{
border-color: #A2425E;
}
.TagClassName
{
border-color: #A2425E;
}
</style>