#AB5130

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

Shades of Red Stage #AB5130

Tints of Red Stage #AB5130

Color information

#AB5130 (or 0xAB5130) is unknown color: approx Red Stage. HEX triplet: AB, 51 and 30. RGB value is (171,81,48). Sum of RGB (Red+Green+Blue) = 171+81+48=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5130 is #54AECF. Grayscale: #686868. Windows color (decimal): -5549776 or 3166635. OLE color: 3166635.

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

Color convert

RGB1718148-
CMYK00.530.720.33
HSL16.1º56.16%42.94%-
HSV(B)16.1º71.93%67.06%-
XYZ20.2714.764.58-
YUV104.1596.32175.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 48 (19.14% from 255) = 16%
R=57%
G=27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171814800.530.720.3316.156.1642.94
HexAB5130035482110382b
Octal2531216006511041207053
Binary1010101110100011100000110101100100010000110000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5130; }

 p { color: rgb(171,81,48); }

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

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

 a { background-color: rgb(171,81,48); }

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

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

 span { border-color: rgb(171,81,48); }

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