#AB471A

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

Shades of Rust #AB471A

Tints of Rust #AB471A

Color information

#AB471A (or 0xAB471A) is unknown color: approx Rust. HEX triplet: AB, 47 and 1A. RGB value is (171,71,26). Sum of RGB (Red+Green+Blue) = 171+71+26=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB471A is #54B8E5. Grayscale: #606060. Windows color (decimal): -5552358 or 1722283. OLE color: 1722283.

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

Color convert

RGB1717126-
CMYK00.580.850.33
HSL18.62º73.6%38.63%-
HSV(B)18.62º84.8%67.06%-
XYZ19.2313.242.52-
YUV95.7788.63181.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=63.81%
G=26.49%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171712600.580.850.3318.6273.638.63
HexAB471A03A5521134a27
Octal25310732072125412311247
Binary1010101110001111101001110101010101100001100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB471A; }

 p { color: rgb(171,71,26); }

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

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

 a { background-color: rgb(171,71,26); }

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

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

 span { border-color: rgb(171,71,26); }

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