#A3366D

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

Shades of Rouge #A3366D

Tints of Rouge #A3366D

Color information

#A3366D (or 0xA3366D) is unknown color: approx Rouge. HEX triplet: A3, 36 and 6D. RGB value is (163,54,109). Sum of RGB (Red+Green+Blue) = 163+54+109=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3366D is #5CC992. Grayscale: #5C5C5C. Windows color (decimal): -6080915 or 7157411. OLE color: 7157411.

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

Color convert

RGB16354109-
CMYK00.670.330.36
HSL329.72º50.23%42.55%-
HSV(B)329.72º66.87%63.92%-
XYZ19.1811.5315.68-
YUV92.86137.11178.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=50%
G=16.56%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635410900.670.330.36329.7250.2342.55
HexA3366D043212414a322b
Octal24366155010341445126253
Binary10100011110110110110101000011100001100100101001010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3366D; }

 p { color: rgb(163,54,109); }

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

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

 a { background-color: rgb(163,54,109); }

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

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

 span { border-color: rgb(163,54,109); }

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