#A22E0C

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

Shades of Rust #A22E0C

Tints of Rust #A22E0C

Color information

#A22E0C (or 0xA22E0C) is unknown color: approx Rust. HEX triplet: A2, 2E and 0C. RGB value is (162,46,12). Sum of RGB (Red+Green+Blue) = 162+46+12=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E0C is #5DD1F3. Grayscale: #4D4D4D. Windows color (decimal): -6148596 or 798370. OLE color: 798370.

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

Color convert

RGB1624612-
CMYK00.720.930.36
HSL13.6º86.21%34.12%-
HSV(B)13.6º92.59%63.53%-
XYZ15.949.661.37-
YUV76.8191.43188.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=73.64%
G=20.91%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162461200.720.930.3613.686.2134.12
HexA22EC0485D24e5622
Octal24256140110135441612642
Binary10100010101110110001001000101110110010011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E0C; }

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

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

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

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

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

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

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

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