#AB3001

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

Shades of Rust #AB3001

Tints of Rust #AB3001

Color information

#AB3001 (or 0xAB3001) is unknown color: approx Rust. HEX triplet: AB, 30 and 01. RGB value is (171,48,1). Sum of RGB (Red+Green+Blue) = 171+48+1=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3001 is #54CFFE. Grayscale: #4F4F4F. Windows color (decimal): -5558271 or 77995. OLE color: 77995.

HSL color Cylindrical-coordinate representation of color #AB3001: hue angle of 16.59º 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 #AB3001 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB171481-
CMYK00.720.990.33
HSL16.59º98.84%33.73%-
HSV(B)16.59º99.42%67.06%-
XYZ17.8610.771.17-
YUV79.4283.75193.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 77.73%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=77.73%
G=21.82%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17148100.720.990.3316.5998.8433.73
HexAB3010486321116322
Octal2536010110143412114342
Binary101010111100001010010001100011100001100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3001; }

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

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

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

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

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

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

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

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