#AB3511

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

Shades of Rust #AB3511

Tints of Rust #AB3511

Color information

#AB3511 (or 0xAB3511) is unknown color: approx Rust. HEX triplet: AB, 35 and 11. RGB value is (171,53,17). Sum of RGB (Red+Green+Blue) = 171+53+17=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3511 is #54CAEE. Grayscale: #545454. Windows color (decimal): -5556975 or 1127851. OLE color: 1127851.

HSL color Cylindrical-coordinate representation of color #AB3511: hue angle of 14.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB3511 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1715317-
CMYK00.690.900.33
HSL14.03º81.91%36.86%-
HSV(B)14.03º90.06%67.06%-
XYZ18.1711.241.74-
YUV84.1890.09189.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=70.95%
G=21.99%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171531700.690.900.3314.0381.9136.86
HexAB35110455A21e5225
Octal25365210105132411612245
Binary101010111101011000101000101101101010000111101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3511; }

 p { color: rgb(171,53,17); }

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

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

 a { background-color: rgb(171,53,17); }

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

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

 span { border-color: rgb(171,53,17); }

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