#AB3C0E

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

Shades of Rust #AB3C0E

Tints of Rust #AB3C0E

Color information

#AB3C0E (or 0xAB3C0E) is unknown color: approx Rust. HEX triplet: AB, 3C and 0E. RGB value is (171,60,14). Sum of RGB (Red+Green+Blue) = 171+60+14=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3C0E is #54C3F1. Grayscale: #585858. Windows color (decimal): -5555186 or 933035. OLE color: 933035.

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

Color convert

RGB1716014-
CMYK00.650.920.33
HSL17.58º84.86%36.27%-
HSV(B)17.58º91.81%67.06%-
XYZ18.4911.921.74-
YUV87.9486.27187.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=69.80%
G=24.49%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171601400.650.920.3317.5884.8636.27
HexAB3CE0415C21125524
Octal25374160101134412212544
Binary101010111111001110010000011011100100001100101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C0E; }

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

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

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

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

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

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

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

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