#A3375F

Color #A3375F Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A3375F

Tints of Rouge #A3375F

Color information

#A3375F (or 0xA3375F) is unknown color: approx 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

RGB1635595-
CMYK00.660.420.36
HSL337.78º49.54%42.75%-
HSV(B)337.78º66.26%63.92%-
XYZ18.5411.3512.04-
YUV91.85129.78178.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 52.08%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=52.08%
G=17.57%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163559500.660.420.36337.7849.5442.75
HexA3375F0422A24152322b
Octal24367137010252445226253
Binary10100011110111101111101000010101010100100101010010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>