#AB2F01

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

Shades of Rust #AB2F01

Tints of Rust #AB2F01

Color information

#AB2F01 (or 0xAB2F01) is unknown color: approx Rust. HEX triplet: AB, 2F and 01. RGB value is (171,47,1). Sum of RGB (Red+Green+Blue) = 171+47+1=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2F01 is #54D0FE. Grayscale: #4F4F4F. Windows color (decimal): -5558527 or 77739. OLE color: 77739.

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

Color convert

RGB171471-
CMYK00.730.990.33
HSL16.24º98.84%33.73%-
HSV(B)16.24º99.42%67.06%-
XYZ17.8210.691.15-
YUV78.8384.08193.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.08%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=78.08%
G=21.46%
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
Decimal17147100.730.990.3316.2498.8433.73
HexAB2F10496321106322
Octal2535710111143412014342
Binary101010111011111010010011100011100001100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F01; }

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

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

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

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

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

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

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

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