#AB3104

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

Shades of Rust #AB3104

Tints of Rust #AB3104

Color information

#AB3104 (or 0xAB3104) is unknown color: approx Rust. HEX triplet: AB, 31 and 04. RGB value is (171,49,4). Sum of RGB (Red+Green+Blue) = 171+49+4=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3104 is #54CEFB. Grayscale: #505050. Windows color (decimal): -5558012 or 274859. OLE color: 274859.

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

Color convert

RGB171494-
CMYK00.710.980.33
HSL16.17º95.43%34.31%-
HSV(B)16.17º97.66%67.06%-
XYZ17.9110.861.27-
YUV80.3584.92192.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76.34%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=76.34%
G=21.88%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17149400.710.980.3316.1795.4334.31
HexAB3140476221105f22
Octal2536140107142412013742
Binary10101011110001100010001111100010100001100001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3104; }

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

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

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

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

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

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

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

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