#AB2B60

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

Shades of Rouge #AB2B60

Tints of Rouge #AB2B60

Color information

#AB2B60 (or 0xAB2B60) is unknown color: approx Rouge. HEX triplet: AB, 2B and 60. RGB value is (171,43,96). Sum of RGB (Red+Green+Blue) = 171+43+96=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2B60 is #54D49F. Grayscale: #575757. Windows color (decimal): -5559456 or 6302635. OLE color: 6302635.

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

Color convert

RGB1714396-
CMYK00.750.440.33
HSL335.16º59.81%41.96%-
HSV(B)335.16º74.85%67.06%-
XYZ19.7711.2312.19-
YUV87.31132.91187.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.16%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=55.16%
G=13.87%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171439600.750.440.33335.1659.8141.96
HexAB2B6004B2C2114f3c2a
Octal25353140011354415177452
Binary10101011101011110000001001011101100100001101001111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B60; }

 p { color: rgb(171,43,96); }

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

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

 a { background-color: rgb(171,43,96); }

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

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

 span { border-color: rgb(171,43,96); }

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