#AB3B1B

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

Shades of Rust #AB3B1B

Tints of Rust #AB3B1B

Color information

#AB3B1B (or 0xAB3B1B) is unknown color: approx Rust. HEX triplet: AB, 3B and 1B. RGB value is (171,59,27). Sum of RGB (Red+Green+Blue) = 171+59+27=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B1B is #54C4E4. Grayscale: #595959. Windows color (decimal): -5555429 or 1784747. OLE color: 1784747.

HSL color Cylindrical-coordinate representation of color #AB3B1B: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB3B1B is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1715927-
CMYK00.650.840.33
HSL13.33º72.73%38.82%-
HSV(B)13.33º84.21%67.06%-
XYZ18.5611.862.35-
YUV88.8493.11186.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.54%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 27 (10.94% from 255) = 10.51%
R=66.54%
G=22.96%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171592700.650.840.3313.3372.7338.82
HexAB3B1B0415421d4927
Octal25373330101124411511147
Binary101010111110111101101000001101010010000111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B1B; }

 p { color: rgb(171,59,27); }

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

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

 a { background-color: rgb(171,59,27); }

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

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

 span { border-color: rgb(171,59,27); }

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