#AB4304

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

Shades of Rust #AB4304

Tints of Rust #AB4304

Color information

#AB4304 (or 0xAB4304) is unknown color: approx Rust. HEX triplet: AB, 43 and 04. RGB value is (171,67,4). Sum of RGB (Red+Green+Blue) = 171+67+4=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4304 is #54BCFB. Grayscale: #5B5B5B. Windows color (decimal): -5553404 or 279467. OLE color: 279467.

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

Color convert

RGB171674-
CMYK00.610.980.33
HSL22.63º95.43%34.31%-
HSV(B)22.63º97.66%67.06%-
XYZ18.8212.681.57-
YUV90.9178.96185.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.66%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=70.66%
G=27.69%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17167400.610.980.3322.6395.4334.31
HexAB43403D6221175f22
Octal2531034075142412713742
Binary10101011100001110001111011100010100001101111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4304; }

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

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

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

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

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

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

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

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