#A22704

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

Shades of Rust #A22704

Tints of Rust #A22704

Color information

#A22704 (or 0xA22704) is unknown color: approx Rust. HEX triplet: A2, 27 and 04. RGB value is (162,39,4). Sum of RGB (Red+Green+Blue) = 162+39+4=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A22704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22704 is #5DD8FB. Grayscale: #484848. Windows color (decimal): -6150396 or 272290. OLE color: 272290.

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

Color convert

RGB162394-
CMYK00.760.980.36
HSL13.29º95.18%32.55%-
HSV(B)13.29º97.53%63.53%-
XYZ15.659.141.05-
YUV71.7989.75192.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.02%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=79.02%
G=19.02%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16239400.760.980.3613.2995.1832.55
HexA227404C6224d5f21
Octal2424740114142441513741
Binary1010001010011110001001100110001010010011011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22704; }

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

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

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

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

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

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

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

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