#A22F0A

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

Shades of Rust #A22F0A

Tints of Rust #A22F0A

Color information

#A22F0A (or 0xA22F0A) is unknown color: approx Rust. HEX triplet: A2, 2F and 0A. RGB value is (162,47,10). Sum of RGB (Red+Green+Blue) = 162+47+10=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22F0A is #5DD0F5. Grayscale: #4D4D4D. Windows color (decimal): -6148342 or 667554. OLE color: 667554.

HSL color Cylindrical-coordinate representation of color #A22F0A: hue angle of 14.61º 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 #A22F0A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1624710-
CMYK00.710.940.36
HSL14.61º88.37%33.73%-
HSV(B)14.61º93.83%63.53%-
XYZ15.979.741.32-
YUV77.1790.1188.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.97%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=73.97%
G=21.46%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162471000.710.940.3614.6188.3733.73
HexA22FA0475E24f5822
Octal24257120107136441713042
Binary10100010101111101001000111101111010010011111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F0A; }

 p { color: rgb(162,47,10); }

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

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

 a { background-color: rgb(162,47,10); }

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

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

 span { border-color: rgb(162,47,10); }

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