#A22B04

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

Shades of Rust #A22B04

Tints of Rust #A22B04

Color information

#A22B04 (or 0xA22B04) is unknown color: approx Rust. HEX triplet: A2, 2B and 04. RGB value is (162,43,4). Sum of RGB (Red+Green+Blue) = 162+43+4=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22B04 is #5DD4FB. Grayscale: #4A4A4A. Windows color (decimal): -6149372 or 273314. OLE color: 273314.

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

Color convert

RGB162434-
CMYK00.730.980.36
HSL14.81º95.18%32.55%-
HSV(B)14.81º97.53%63.53%-
XYZ15.799.421.1-
YUV74.1488.42190.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=77.51%
G=20.57%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16243400.730.980.3614.8195.1832.55
HexA22B40496224f5f21
Octal2425340111142441713741
Binary1010001010101110001001001110001010010011111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B04; }

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

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

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

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

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

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

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

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