#A22404

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

Shades of Rust #A22404

Tints of Rust #A22404

Color information

#A22404 (or 0xA22404) is unknown color: approx Rust. HEX triplet: A2, 24 and 04. RGB value is (162,36,4). Sum of RGB (Red+Green+Blue) = 162+36+4=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A22404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22404 is #5DDBFB. Grayscale: #464646. Windows color (decimal): -6151164 or 271522. OLE color: 271522.

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

Color convert

RGB162364-
CMYK00.780.980.36
HSL12.15º95.18%32.55%-
HSV(B)12.15º97.53%63.53%-
XYZ15.558.951.02-
YUV70.0390.74193.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 4 (1.95% from 255) = 1.98%
R=80.20%
G=17.82%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16236400.780.980.3612.1595.1832.55
HexA224404E6224c5f21
Octal2424440116142441413741
Binary1010001010010010001001110110001010010011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22404; }

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

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

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

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

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

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

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

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