#A22E07

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

Shades of Rust #A22E07

Tints of Rust #A22E07

Color information

#A22E07 (or 0xA22E07) is unknown color: approx Rust. HEX triplet: A2, 2E and 07. RGB value is (162,46,7). Sum of RGB (Red+Green+Blue) = 162+46+7=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E07 is #5DD1F8. Grayscale: #4C4C4C. Windows color (decimal): -6148601 or 470690. OLE color: 470690.

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

Color convert

RGB162467-
CMYK00.720.960.36
HSL15.1º91.72%33.14%-
HSV(B)15.1º95.68%63.53%-
XYZ15.929.651.22-
YUV76.2488.93189.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.35%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 7 (3.12% from 255) = 3.26%
R=75.35%
G=21.40%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16246700.720.960.3615.191.7233.14
HexA22E70486024f5c21
Octal2425670110140441713441
Binary1010001010111011101001000110000010010011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E07; }

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

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

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

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

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

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

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

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