#AB4D12

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

Shades of Rust #AB4D12

Tints of Rust #AB4D12

Color information

#AB4D12 (or 0xAB4D12) is unknown color: approx Rust. HEX triplet: AB, 4D and 12. RGB value is (171,77,18). Sum of RGB (Red+Green+Blue) = 171+77+18=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D12 is #54B2ED. Grayscale: #626262. Windows color (decimal): -5550830 or 1199531. OLE color: 1199531.

HSL color Cylindrical-coordinate representation of color #AB4D12: hue angle of 23.14º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB4D12 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1717718-
CMYK00.550.890.33
HSL23.14º80.95%37.06%-
HSV(B)23.14º89.47%67.06%-
XYZ19.5614.012.25-
YUV98.3882.64179.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=64.29%
G=28.95%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171771800.550.890.3323.1480.9537.06
HexAB4D120375921175125
Octal25311522067131412712145
Binary1010101110011011001001101111011001100001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D12; }

 p { color: rgb(171,77,18); }

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

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

 a { background-color: rgb(171,77,18); }

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

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

 span { border-color: rgb(171,77,18); }

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