#AB3718

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

Shades of Rust #AB3718

Tints of Rust #AB3718

Color information

#AB3718 (or 0xAB3718) is unknown color: approx Rust. HEX triplet: AB, 37 and 18. RGB value is (171,55,24). Sum of RGB (Red+Green+Blue) = 171+55+24=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3718 is #54C8E7. Grayscale: #565656. Windows color (decimal): -5556456 or 1587115. OLE color: 1587115.

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

Color convert

RGB1715524-
CMYK00.680.860.33
HSL12.65º75.38%38.24%-
HSV(B)12.65º85.96%67.06%-
XYZ18.3311.462.11-
YUV86.1592.93188.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.4%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 24 (9.77% from 255) = 9.6%
R=68.4%
G=22%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171552400.680.860.3312.6575.3838.24
HexAB37180445621d4b26
Octal25367300104126411511346
Binary101010111101111100001000100101011010000111011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3718; }

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

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

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

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

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

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

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

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