#AB3115

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

Shades of Rust #AB3115

Tints of Rust #AB3115

Color information

#AB3115 (or 0xAB3115) is unknown color: approx Rust. HEX triplet: AB, 31 and 15. RGB value is (171,49,21). Sum of RGB (Red+Green+Blue) = 171+49+21=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3115 is #54CEEA. Grayscale: #525252. Windows color (decimal): -5557995 or 1388971. OLE color: 1388971.

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

Color convert

RGB1714921-
CMYK00.710.880.33
HSL11.2º78.12%37.65%-
HSV(B)11.2º87.72%67.06%-
XYZ18.0310.911.86-
YUV82.2993.42191.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.95%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=70.95%
G=20.33%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171492100.710.880.3311.278.1237.65
HexAB31150475821b4e26
Octal25361250107130411311646
Binary101010111100011010101000111101100010000110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3115; }

 p { color: rgb(171,49,21); }

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

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

 a { background-color: rgb(171,49,21); }

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

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

 span { border-color: rgb(171,49,21); }

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