Shades of Rouge #A3405D
Tints of Rouge #A3405D
RGB
CMYK
RGB Variations
Color information
#A3405D (or 0xA3405D) is known color: Rouge. HEX triplet: A3, 40 and 5D. RGB value is (163,64,93). Sum of RGB (Red+Green+Blue) = 163+64+93=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3405D is #5CBFA2. Grayscale: #606060. Windows color (decimal): -6078371 or 6111395. OLE color: 6111395.
HSL color Cylindrical-coordinate representation of color #A3405D: hue angle of 342.42º 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 #A3405D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 93 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.36 |
| HSL | 342.42º | 0.44% | 0.45% | - |
| HSV(B) | 342.42º | 0.61% | 0.64% | - |
| XYZ | 18.91 | 12.24 | 11.72 | - |
| YUV | 96.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 93 | 0 | 0.61 | 0.43 | 0.36 | 342.42 | 0.44 | 0.45 |
| Hex | A3 | 40 | 5D | 0 | 3D | 2B | 24 | 156 | 2C | 2D |
| Octal | 243 | 100 | 135 | 0 | 75 | 53 | 44 | 526 | 54 | 55 |
| Binary | 10100011 | 1000000 | 1011101 | 0 | 111101 | 101011 | 100100 | 101010110 | 101100 | 101101 |
Color Harmonies of #A3405D
Complementary color
Monochromatic Colors of #A3405D
Black with #A3405D
Text Example
Text Example
White with #A3405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3405D; }
p { color: rgb(163,64,93); }
H1.HeaderClassName
{
color: #A3405D;
}
.AnyTagClassName
{
color: #A3405D;
}
</style>
background-color css
<style>
a { background-color: #A3405D; }
a { background-color: rgb(163,64,93); }
div.DivClassName
{
background-color: #A3405D;
}
.BgClassName
{
background-color: #A3405D;
}
</style>
border-color css
<style>
span { border-color: #A3405D; }
span { border-color: rgb(163,64,93); }
td.TdClassName
{
border-color: #A3405D;
}
.TagClassName
{
border-color: #A3405D;
}
</style>