#A3355C

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

Shades of Rouge #A3355C

Tints of Rouge #A3355C

Color information

#A3355C (or 0xA3355C) is unknown color: approx Rouge. HEX triplet: A3, 35 and 5C. RGB value is (163,53,92). Sum of RGB (Red+Green+Blue) = 163+53+92=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3355C is #5CCAA3. Grayscale: #5A5A5A. Windows color (decimal): -6081188 or 6043043. OLE color: 6043043.

HSL color Cylindrical-coordinate representation of color #A3355C: hue angle of 338.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3355C is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB1635392-
CMYK00.670.440.36
HSL338.73º50.93%42.35%-
HSV(B)338.73º67.48%63.92%-
XYZ18.3111.1111.3-
YUV90.34128.94179.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=52.92%
G=17.21%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163539200.670.440.36338.7350.9342.35
HexA3355C0432C24153332a
Octal24365134010354445236352
Binary10100011110101101110001000011101100100100101010011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3355C; }

 p { color: rgb(163,53,92); }

 H1.HeaderClassName
 {
   color: #A3355C;
 }
 .AnyTagClassName
 {
   color: #A3355C;
 }
</style>
background-color css

<style>
 a { background-color: #A3355C; }

 a { background-color: rgb(163,53,92); }

 div.DivClassName
 {
   background-color: #A3355C;
 }
 .BgClassName
 {
   background-color: #A3355C;
 }
</style>
border-color css

<style>
 span { border-color: #A3355C; }

 span { border-color: rgb(163,53,92); }

 td.TdClassName
 {
   border-color: #A3355C;
 }
 .TagClassName
 {
   border-color: #A3355C;
 }
</style>