Shades of Rouge #A3405E
Tints of Rouge #A3405E
RGB
CMYK
RGB Variations
Color information
#A3405E (or 0xA3405E) is known color: Rouge. HEX triplet: A3, 40 and 5E. RGB value is (163,64,94). Sum of RGB (Red+Green+Blue) = 163+64+94=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3405E is #5CBFA1. Grayscale: #616161. Windows color (decimal): -6078370 or 6176931. OLE color: 6176931.
HSL color Cylindrical-coordinate representation of color #A3405E: hue angle of 341.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3405E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 94 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.36 |
| HSL | 341.82º | 0.44% | 0.45% | - |
| HSV(B) | 341.82º | 0.61% | 0.64% | - |
| XYZ | 18.96 | 12.26 | 11.96 | - |
| YUV | 97.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 94 | 0 | 0.61 | 0.42 | 0.36 | 341.82 | 0.44 | 0.45 |
| Hex | A3 | 40 | 5E | 0 | 3D | 2A | 24 | 156 | 2C | 2D |
| Octal | 243 | 100 | 136 | 0 | 75 | 52 | 44 | 526 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1011110 | 0 | 111101 | 101010 | 100100 | 101010110 | 101100 | 101101 |
Color Harmonies of #A3405E
Complementary color
Monochromatic Colors of #A3405E
Black with #A3405E
Text Example
Text Example
White with #A3405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3405E; }
p { color: rgb(163,64,94); }
H1.HeaderClassName
{
color: #A3405E;
}
.AnyTagClassName
{
color: #A3405E;
}
</style>
background-color css
<style>
a { background-color: #A3405E; }
a { background-color: rgb(163,64,94); }
div.DivClassName
{
background-color: #A3405E;
}
.BgClassName
{
background-color: #A3405E;
}
</style>
border-color css
<style>
span { border-color: #A3405E; }
span { border-color: rgb(163,64,94); }
td.TdClassName
{
border-color: #A3405E;
}
.TagClassName
{
border-color: #A3405E;
}
</style>