#AB2E01

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

Shades of Rust #AB2E01

Tints of Rust #AB2E01

Color information

#AB2E01 (or 0xAB2E01) is unknown color: approx Rust. HEX triplet: AB, 2E and 01. RGB value is (171,46,1). Sum of RGB (Red+Green+Blue) = 171+46+1=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E01 is #54D1FE. Grayscale: #4E4E4E. Windows color (decimal): -5558783 or 77483. OLE color: 77483.

HSL color Cylindrical-coordinate representation of color #AB2E01: hue angle of 15.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB2E01 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171461-
CMYK00.730.990.33
HSL15.88º98.84%33.73%-
HSV(B)15.88º99.42%67.06%-
XYZ17.7810.611.14-
YUV78.2484.41194.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.44%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=78.44%
G=21.10%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17146100.730.990.3315.8898.8433.73
HexAB2E10496321106322
Octal2535610111143412014342
Binary101010111011101010010011100011100001100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E01; }

 p { color: rgb(171,46,1); }

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

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

 a { background-color: rgb(171,46,1); }

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

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

 span { border-color: rgb(171,46,1); }

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