#A22604

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

Shades of Rust #A22604

Tints of Rust #A22604

Color information

#A22604 (or 0xA22604) is unknown color: approx Rust. HEX triplet: A2, 26 and 04. RGB value is (162,38,4). Sum of RGB (Red+Green+Blue) = 162+38+4=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A22604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22604 is #5DD9FB. Grayscale: #474747. Windows color (decimal): -6150652 or 272034. OLE color: 272034.

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

Color convert

RGB162384-
CMYK00.770.980.36
HSL12.91º95.18%32.55%-
HSV(B)12.91º97.53%63.53%-
XYZ15.629.081.04-
YUV71.290.08192.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.41%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=79.41%
G=18.63%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16238400.770.980.3612.9195.1832.55
HexA226404D6224d5f21
Octal2424640115142441513741
Binary1010001010011010001001101110001010010011011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22604; }

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

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

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

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

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

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

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

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