#AB3918

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

Shades of Rust #AB3918

Tints of Rust #AB3918

Color information

#AB3918 (or 0xAB3918) is unknown color: approx Rust. HEX triplet: AB, 39 and 18. RGB value is (171,57,24). Sum of RGB (Red+Green+Blue) = 171+57+24=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3918 is #54C6E7. Grayscale: #575757. Windows color (decimal): -5555944 or 1587627. OLE color: 1587627.

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

Color convert

RGB1715724-
CMYK00.670.860.33
HSL13.47º75.38%38.24%-
HSV(B)13.47º85.96%67.06%-
XYZ18.4211.652.14-
YUV87.3292.27187.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.86%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=67.86%
G=22.62%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171572400.670.860.3313.4775.3838.24
HexAB39180435621d4b26
Octal25371300103126411511346
Binary101010111110011100001000011101011010000111011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3918; }

 p { color: rgb(171,57,24); }

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

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

 a { background-color: rgb(171,57,24); }

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

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

 span { border-color: rgb(171,57,24); }

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