#A22D10

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

Shades of Rust #A22D10

Tints of Rust #A22D10

Color information

#A22D10 (or 0xA22D10) is unknown color: approx Rust. HEX triplet: A2, 2D and 10. RGB value is (162,45,16). Sum of RGB (Red+Green+Blue) = 162+45+16=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22D10 is #5DD2EF. Grayscale: #4C4C4C. Windows color (decimal): -6148848 or 1060258. OLE color: 1060258.

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

Color convert

RGB1624516-
CMYK00.720.900.36
HSL11.92º82.02%34.9%-
HSV(B)11.92º90.12%63.53%-
XYZ15.939.61.5-
YUV76.6893.76188.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=72.65%
G=20.18%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162451600.720.900.3611.9282.0234.9
HexA22D100485A24c5223
Octal24255200110132441412243
Binary101000101011011000001001000101101010010011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22D10; }

 p { color: rgb(162,45,16); }

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

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

 a { background-color: rgb(162,45,16); }

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

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

 span { border-color: rgb(162,45,16); }

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