#AB4A0A

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

Shades of Rust #AB4A0A

Tints of Rust #AB4A0A

Color information

#AB4A0A (or 0xAB4A0A) is unknown color: approx Rust. HEX triplet: AB, 4A and 0A. RGB value is (171,74,10). Sum of RGB (Red+Green+Blue) = 171+74+10=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4A0A is #54B5F5. Grayscale: #606060. Windows color (decimal): -5551606 or 674475. OLE color: 674475.

HSL color Cylindrical-coordinate representation of color #AB4A0A: hue angle of 23.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB4A0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1717410-
CMYK00.570.940.33
HSL23.85º88.95%35.49%-
HSV(B)23.85º94.15%67.06%-
XYZ19.313.581.89-
YUV95.7179.64181.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.06%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=67.06%
G=29.02%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171741000.570.940.3323.8588.9535.49
HexAB4AA0395E21185923
Octal25311212071136413013143
Binary101010111001010101001110011011110100001110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A0A; }

 p { color: rgb(171,74,10); }

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

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

 a { background-color: rgb(171,74,10); }

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

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

 span { border-color: rgb(171,74,10); }

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