Shades of Rouge #A3425E
Tints of Rouge #A3425E
RGB
CMYK
RGB Variations
Color information
#A3425E (or 0xA3425E) is known color: Rouge. HEX triplet: A3, 42 and 5E. RGB value is (163,66,94). Sum of RGB (Red+Green+Blue) = 163+66+94=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3425E is #5CBDA1. Grayscale: #626262. Windows color (decimal): -6077858 or 6177443. OLE color: 6177443.
HSL color Cylindrical-coordinate representation of color #A3425E: hue angle of 342.68º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3425E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 94 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.36 |
| HSL | 342.68º | 0.42% | 0.45% | - |
| HSV(B) | 342.68º | 0.6% | 0.64% | - |
| XYZ | 19.07 | 12.49 | 12 | - |
| YUV | 98.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 94 | 0 | 0.60 | 0.42 | 0.36 | 342.68 | 0.42 | 0.45 |
| Hex | A3 | 42 | 5E | 0 | 3C | 2A | 24 | 157 | 2A | 2D |
| Octal | 243 | 102 | 136 | 0 | 74 | 52 | 44 | 527 | 52 | 55 |
| Binary | 10100011 | 1000010 | 1011110 | 0 | 111100 | 101010 | 100100 | 101010111 | 101010 | 101101 |
Color Harmonies of #A3425E
Complementary color
Monochromatic Colors of #A3425E
Black with #A3425E
Text Example
Text Example
White with #A3425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3425E; }
p { color: rgb(163,66,94); }
H1.HeaderClassName
{
color: #A3425E;
}
.AnyTagClassName
{
color: #A3425E;
}
</style>
background-color css
<style>
a { background-color: #A3425E; }
a { background-color: rgb(163,66,94); }
div.DivClassName
{
background-color: #A3425E;
}
.BgClassName
{
background-color: #A3425E;
}
</style>
border-color css
<style>
span { border-color: #A3425E; }
span { border-color: rgb(163,66,94); }
td.TdClassName
{
border-color: #A3425E;
}
.TagClassName
{
border-color: #A3425E;
}
</style>