#A22E01

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

Shades of Rust #A22E01

Tints of Rust #A22E01

Color information

#A22E01 (or 0xA22E01) is unknown color: approx Rust. HEX triplet: A2, 2E and 01. RGB value is (162,46,1). Sum of RGB (Red+Green+Blue) = 162+46+1=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E01 is #5DD1FE. Grayscale: #4B4B4B. Windows color (decimal): -6148607 or 77474. OLE color: 77474.

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

Color convert

RGB162461-
CMYK00.720.990.36
HSL16.77º98.77%31.96%-
HSV(B)16.77º99.38%63.53%-
XYZ15.889.641.05-
YUV75.5585.93189.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=77.51%
G=22.01%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16246100.720.990.3616.7798.7731.96
HexA22E10486324116320
Octal2425610110143442114340
Binary101000101011101010010001100011100100100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E01; }

 p { color: rgb(162,46,1); }

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

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

 a { background-color: rgb(162,46,1); }

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

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

 span { border-color: rgb(162,46,1); }

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