#A1355C

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

Shades of Rouge #A1355C

Tints of Rouge #A1355C

Color information

#A1355C (or 0xA1355C) is unknown color: approx Rouge. HEX triplet: A1, 35 and 5C. RGB value is (161,53,92). Sum of RGB (Red+Green+Blue) = 161+53+92=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1355C is #5ECAA3. Grayscale: #595959. Windows color (decimal): -6212260 or 6043041. OLE color: 6043041.

HSL color Cylindrical-coordinate representation of color #A1355C: hue angle of 338.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1355C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1615392-
CMYK00.670.430.37
HSL338.33º50.47%41.96%-
HSV(B)338.33º67.08%63.14%-
XYZ17.910.911.28-
YUV89.74129.28178.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=52.61%
G=17.32%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161539200.670.430.37338.3350.4741.96
HexA1355C0432B25152322a
Octal24165134010353455226252
Binary10100001110101101110001000011101011100101101010010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1355C; }

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

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

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

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

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

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

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

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