#AB3D16

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

Shades of Rust #AB3D16

Tints of Rust #AB3D16

Color information

#AB3D16 (or 0xAB3D16) is unknown color: approx Rust. HEX triplet: AB, 3D and 16. RGB value is (171,61,22). Sum of RGB (Red+Green+Blue) = 171+61+22=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3D16 is #54C2E9. Grayscale: #595959. Windows color (decimal): -5554922 or 1457579. OLE color: 1457579.

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

Color convert

RGB1716122-
CMYK00.640.870.33
HSL15.7º77.2%37.84%-
HSV(B)15.7º87.13%67.06%-
XYZ18.6112.052.1-
YUV89.4489.94186.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=67.32%
G=24.02%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171612200.640.870.3315.777.237.84
HexAB3D160405721104d26
Octal25375260100127412011546
Binary1010101111110110110010000001010111100001100001001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D16; }

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

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

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

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

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

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

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

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