#a2365f

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

Shades of Rouge #A2365F

Tints of Rouge #A2365F

Color information

#A2365F (or 0xA2365F) is unknown color: approx Rouge. HEX triplet: A2, 36 and 5F. RGB value is (162,54,95). Sum of RGB (Red+Green+Blue) = 162+54+95=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2365F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2365F is #5DC9A0. Grayscale: #5A5A5A. Windows color (decimal): -6146465 or 6239906. OLE color: 6239906.

HSL color Cylindrical-coordinate representation of color #A2365F: hue angle of 337.22º degrees, saturation: 0.5, 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 #A2365F is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1625495-
CMYK00.670.410.36
HSL337.22º50%42.35%-
HSV(B)337.22º66.67%63.53%-
XYZ18.2911.1512.01-
YUV90.97130.28178.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=52.09%
G=17.36%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162549500.670.410.36337.225042.35
HexA2365F0432924151322a
Octal24266137010351445216252
Binary10100010110110101111101000011101001100100101010001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2365f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2365f; }

 p { color: rgb(162,54,95); }

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

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

 a { background-color: rgb(162,54,95); }

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

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

 span { border-color: rgb(162,54,95); }

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