#AB3D14

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

Shades of Rust #AB3D14

Tints of Rust #AB3D14

Color information

#AB3D14 (or 0xAB3D14) is unknown color: approx Rust. HEX triplet: AB, 3D and 14. RGB value is (171,61,20). Sum of RGB (Red+Green+Blue) = 171+61+20=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D14 is #54C2EB. Grayscale: #595959. Windows color (decimal): -5554924 or 1326507. OLE color: 1326507.

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

Color convert

RGB1716120-
CMYK00.640.880.33
HSL16.29º79.06%37.45%-
HSV(B)16.29º88.3%67.06%-
XYZ18.5912.052.01-
YUV89.2288.94186.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.86%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=67.86%
G=24.21%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171612000.640.880.3316.2979.0637.45
HexAB3D140405821104f25
Octal25375240100130412011745
Binary1010101111110110100010000001011000100001100001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D14; }

 p { color: rgb(171,61,20); }

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

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

 a { background-color: rgb(171,61,20); }

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

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

 span { border-color: rgb(171,61,20); }

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