#A22B09

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

Shades of Rust #A22B09

Tints of Rust #A22B09

Color information

#A22B09 (or 0xA22B09) is unknown color: approx Rust. HEX triplet: A2, 2B and 09. RGB value is (162,43,9). Sum of RGB (Red+Green+Blue) = 162+43+9=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B09 is #5DD4F6. Grayscale: #4A4A4A. Windows color (decimal): -6149367 or 600994. OLE color: 600994.

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

Color convert

RGB162439-
CMYK00.730.940.36
HSL13.33º89.47%33.53%-
HSV(B)13.33º94.44%63.53%-
XYZ15.819.431.24-
YUV74.790.92190.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 43 (17.19% from 255) = 20.09%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=75.70%
G=20.09%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16243900.730.940.3613.3389.4733.53
HexA22B90495E24d5922
Octal24253110111136441513142
Binary10100010101011100101001001101111010010011011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B09; }

 p { color: rgb(162,43,9); }

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

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

 a { background-color: rgb(162,43,9); }

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

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

 span { border-color: rgb(162,43,9); }

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