#AB2E0E

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

Shades of Rust #AB2E0E

Tints of Rust #AB2E0E

Color information

#AB2E0E (or 0xAB2E0E) is unknown color: approx Rust. HEX triplet: AB, 2E and 0E. RGB value is (171,46,14). Sum of RGB (Red+Green+Blue) = 171+46+14=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2E0E is #54D1F1. Grayscale: #4F4F4F. Windows color (decimal): -5558770 or 929451. OLE color: 929451.

HSL color Cylindrical-coordinate representation of color #AB2E0E: hue angle of 12.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB2E0E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1714614-
CMYK00.730.920.33
HSL12.23º84.86%36.27%-
HSV(B)12.23º91.81%67.06%-
XYZ17.8510.641.53-
YUV79.7390.91193.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.03%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=74.03%
G=19.91%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171461400.730.920.3312.2384.8636.27
HexAB2EE0495C21c5524
Octal25356160111134411412544
Binary10101011101110111001001001101110010000111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2E0E; }

 p { color: rgb(171,46,14); }

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

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

 a { background-color: rgb(171,46,14); }

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

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

 span { border-color: rgb(171,46,14); }

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