#AB2600

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

Shades of Rust #AB2600

Tints of Rust #AB2600

Color information

#AB2600 (or 0xAB2600) is unknown color: approx Rust. HEX triplet: AB, 26 and 00. RGB value is (171,38,0). Sum of RGB (Red+Green+Blue) = 171+38+0=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2600 is #54D9FF. Grayscale: #494949. Windows color (decimal): -5560832 or 9899. OLE color: 9899.

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

Color convert

RGB171380-
CMYK00.7810.33
HSL13.33º100%33.53%-
HSV(B)13.33º100%67.06%-
XYZ17.4910.041.02-
YUV73.4486.56197.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.82%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.82%
G=18.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17138000.7810.3313.3310033.53
HexAB26004E6421d6422
Octal2534600116144411514442
Binary10101011100110001001110110010010000111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2600; }

 p { color: rgb(171,38,0); }

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

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

 a { background-color: rgb(171,38,0); }

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

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

 span { border-color: rgb(171,38,0); }

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