#AB3103

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

Shades of Rust #AB3103

Tints of Rust #AB3103

Color information

#AB3103 (or 0xAB3103) is unknown color: approx Rust. HEX triplet: AB, 31 and 03. RGB value is (171,49,3). Sum of RGB (Red+Green+Blue) = 171+49+3=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3103 is #54CEFC. Grayscale: #505050. Windows color (decimal): -5558013 or 209323. OLE color: 209323.

HSL color Cylindrical-coordinate representation of color #AB3103: hue angle of 16.43º degrees, saturation: 0.97, 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 #AB3103 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171493-
CMYK00.710.980.33
HSL16.43º96.55%34.12%-
HSV(B)16.43º98.25%67.06%-
XYZ17.9110.861.24-
YUV80.2384.42192.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76.68%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=76.68%
G=21.97%
B=1.35%

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
Decimal17149300.710.980.3316.4396.5534.12
HexAB3130476221106122
Octal2536130107142412014142
Binary1010101111000111010001111100010100001100001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3103; }

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

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

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

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

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

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

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

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