Shades of Rouge #A3435D
Tints of Rouge #A3435D
RGB
CMYK
RGB Variations
Color information
#A3435D (or 0xA3435D) is known color: Rouge. HEX triplet: A3, 43 and 5D. RGB value is (163,67,93). Sum of RGB (Red+Green+Blue) = 163+67+93=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3435D is #5CBCA2. Grayscale: #626262. Windows color (decimal): -6077603 or 6112163. OLE color: 6112163.
HSL color Cylindrical-coordinate representation of color #A3435D: hue angle of 343.75º 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 #A3435D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 93 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.36 |
| HSL | 343.75º | 0.42% | 0.45% | - |
| HSV(B) | 343.75º | 0.59% | 0.64% | - |
| XYZ | 19.09 | 12.59 | 11.78 | - |
| YUV | 98.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 93 | 0 | 0.59 | 0.43 | 0.36 | 343.75 | 0.42 | 0.45 |
| Hex | A3 | 43 | 5D | 0 | 3B | 2B | 24 | 158 | 2A | 2D |
| Octal | 243 | 103 | 135 | 0 | 73 | 53 | 44 | 530 | 52 | 55 |
| Binary | 10100011 | 1000011 | 1011101 | 0 | 111011 | 101011 | 100100 | 101011000 | 101010 | 101101 |
Color Harmonies of #A3435D
Complementary color
Monochromatic Colors of #A3435D
Black with #A3435D
Text Example
Text Example
White with #A3435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3435D; }
p { color: rgb(163,67,93); }
H1.HeaderClassName
{
color: #A3435D;
}
.AnyTagClassName
{
color: #A3435D;
}
</style>
background-color css
<style>
a { background-color: #A3435D; }
a { background-color: rgb(163,67,93); }
div.DivClassName
{
background-color: #A3435D;
}
.BgClassName
{
background-color: #A3435D;
}
</style>
border-color css
<style>
span { border-color: #A3435D; }
span { border-color: rgb(163,67,93); }
td.TdClassName
{
border-color: #A3435D;
}
.TagClassName
{
border-color: #A3435D;
}
</style>