#A82A04

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

Shades of Rust #A82A04

Tints of Rust #A82A04

Color information

#A82A04 (or 0xA82A04) is unknown color: approx Rust. HEX triplet: A8, 2A and 04. RGB value is (168,42,4). Sum of RGB (Red+Green+Blue) = 168+42+4=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82A04 is #57D5FB. Grayscale: #4B4B4B. Windows color (decimal): -5756412 or 273064. OLE color: 273064.

HSL color Cylindrical-coordinate representation of color #A82A04: hue angle of 13.9º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A82A04 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168424-
CMYK00.750.980.34
HSL13.9º95.35%33.73%-
HSV(B)13.9º97.62%65.88%-
XYZ179.991.15-
YUV75.3487.74194.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.50%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 4 (1.95% from 255) = 1.87%
R=78.50%
G=19.63%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16842400.750.980.3413.995.3533.73
HexA82A404B6222e5f22
Octal2505240113142421613742
Binary1010100010101010001001011110001010001011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A04; }

 p { color: rgb(168,42,4); }

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

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

 a { background-color: rgb(168,42,4); }

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

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

 span { border-color: rgb(168,42,4); }

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