#A3376F

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

Shades of Rouge #A3376F

Tints of Rouge #A3376F

Color information

#A3376F (or 0xA3376F) is unknown color: approx Rouge. HEX triplet: A3, 37 and 6F. RGB value is (163,55,111). Sum of RGB (Red+Green+Blue) = 163+55+111=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376F is #5CC890. Grayscale: #5D5D5D. Windows color (decimal): -6080657 or 7288739. OLE color: 7288739.

HSL color Cylindrical-coordinate representation of color #A3376F: hue angle of 328.89º 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 #A3376F is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB16355111-
CMYK00.660.320.36
HSL328.89º49.54%42.75%-
HSV(B)328.89º66.26%63.92%-
XYZ19.3411.6716.27-
YUV93.68137.78177.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.54%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=49.54%
G=16.72%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635511100.660.320.36328.8949.5442.75
HexA3376F0422024149322b
Octal24367157010240445116253
Binary10100011110111110111101000010100000100100101001001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3376F; }

 p { color: rgb(163,55,111); }

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

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

 a { background-color: rgb(163,55,111); }

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

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

 span { border-color: rgb(163,55,111); }

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