Shades of Rouge #A3375F
Tints of Rouge #A3375F
RGB
CMYK
RGB Variations
Color information
#A3375F (or 0xA3375F) is known color: Rouge. HEX triplet: A3, 37 and 5F. RGB value is (163,55,95). Sum of RGB (Red+Green+Blue) = 163+55+95=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3375F is #5CC8A0. Grayscale: #5B5B5B. Windows color (decimal): -6080673 or 6240163. OLE color: 6240163.
HSL color Cylindrical-coordinate representation of color #A3375F: hue angle of 337.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3375F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 95 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.36 |
| HSL | 337.78º | 0.5% | 0.43% | - |
| HSV(B) | 337.78º | 0.66% | 0.64% | - |
| XYZ | 18.54 | 11.35 | 12.04 | - |
| YUV | 91.85 | 129.78 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 95 | 0 | 0.66 | 0.42 | 0.36 | 337.78 | 0.5 | 0.43 |
| Hex | A3 | 37 | 5F | 0 | 42 | 2A | 24 | 152 | 32 | 2B |
| Octal | 243 | 67 | 137 | 0 | 102 | 52 | 44 | 522 | 62 | 53 |
| Binary | 10100011 | 110111 | 1011111 | 0 | 1000010 | 101010 | 100100 | 101010010 | 110010 | 101011 |
Color Harmonies of #A3375F
Complementary color
Monochromatic Colors of #A3375F
Black with #A3375F
Text Example
Text Example
White with #A3375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3375F; }
p { color: rgb(163,55,95); }
H1.HeaderClassName
{
color: #A3375F;
}
.AnyTagClassName
{
color: #A3375F;
}
</style>
background-color css
<style>
a { background-color: #A3375F; }
a { background-color: rgb(163,55,95); }
div.DivClassName
{
background-color: #A3375F;
}
.BgClassName
{
background-color: #A3375F;
}
</style>
border-color css
<style>
span { border-color: #A3375F; }
span { border-color: rgb(163,55,95); }
td.TdClassName
{
border-color: #A3375F;
}
.TagClassName
{
border-color: #A3375F;
}
</style>