#AB3814

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

Shades of Rust #AB3814

Tints of Rust #AB3814

Color information

#AB3814 (or 0xAB3814) is unknown color: approx Rust. HEX triplet: AB, 38 and 14. RGB value is (171,56,20). Sum of RGB (Red+Green+Blue) = 171+56+20=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3814 is #54C7EB. Grayscale: #565656. Windows color (decimal): -5556204 or 1325227. OLE color: 1325227.

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

Color convert

RGB1715620-
CMYK00.670.880.33
HSL14.3º79.06%37.45%-
HSV(B)14.3º88.3%67.06%-
XYZ18.3411.541.92-
YUV86.2890.6188.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.23%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 20 (8.20% from 255) = 8.10%
R=69.23%
G=22.67%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171562000.670.880.3314.379.0637.45
HexAB38140435821e4f25
Octal25370240103130411611745
Binary101010111110001010001000011101100010000111101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3814; }

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

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

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

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

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

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

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

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