#A32E0A

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

Shades of Rust #A32E0A

Tints of Rust #A32E0A

Color information

#A32E0A (or 0xA32E0A) is unknown color: approx Rust. HEX triplet: A3, 2E and 0A. RGB value is (163,46,10). Sum of RGB (Red+Green+Blue) = 163+46+10=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32E0A is #5CD1F5. Grayscale: #4D4D4D. Windows color (decimal): -6083062 or 667299. OLE color: 667299.

HSL color Cylindrical-coordinate representation of color #A32E0A: hue angle of 14.12º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A32E0A is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1634610-
CMYK00.720.940.36
HSL14.12º88.44%33.92%-
HSV(B)14.12º93.87%63.92%-
XYZ16.149.761.32-
YUV76.8890.26189.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=74.43%
G=21.00%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163461000.720.940.3614.1288.4433.92
HexA32EA0485E24e5822
Octal24356120110136441613042
Binary10100011101110101001001000101111010010011101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32E0A; }

 p { color: rgb(163,46,10); }

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

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

 a { background-color: rgb(163,46,10); }

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

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

 span { border-color: rgb(163,46,10); }

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