#AB2962

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

Shades of Rouge #AB2962

Tints of Rouge #AB2962

Color information

#AB2962 (or 0xAB2962) is unknown color: approx Rouge. HEX triplet: AB, 29 and 62. RGB value is (171,41,98). Sum of RGB (Red+Green+Blue) = 171+41+98=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2962 is #54D69D. Grayscale: #565656. Windows color (decimal): -5559966 or 6433195. OLE color: 6433195.

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

Color convert

RGB1714198-
CMYK00.760.430.33
HSL333.69º61.32%41.57%-
HSV(B)333.69º76.02%67.06%-
XYZ19.7911.1312.66-
YUV86.37134.57188.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=55.16%
G=13.23%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171419800.760.430.33333.6961.3241.57
HexAB296204C2B2114e3d2a
Octal25351142011453415167552
Binary10101011101001110001001001100101011100001101001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2962; }

 p { color: rgb(171,41,98); }

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

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

 a { background-color: rgb(171,41,98); }

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

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

 span { border-color: rgb(171,41,98); }

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