#A72200

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

Shades of Rust #A72200

Tints of Rust #A72200

Color information

#A72200 (or 0xA72200) is unknown color: approx Rust. HEX triplet: A7, 22 and 00. RGB value is (167,34,0). Sum of RGB (Red+Green+Blue) = 167+34+0=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A72200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72200 is #58DDFF. Grayscale: #464646. Windows color (decimal): -5824000 or 8871. OLE color: 8871.

HSL color Cylindrical-coordinate representation of color #A72200: hue angle of 12.22º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A72200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB167340-
CMYK00.8010.35
HSL12.22º100%32.75%-
HSV(B)12.22º100%65.49%-
XYZ16.519.360.94-
YUV69.8988.56197.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 83.08%
GREEN value IS 34 (13.67% from 255) = 16.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.08%
G=16.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16734000.8010.3512.2210032.75
HexA72200506423c6421
Octal2474200120144431414441
Binary10100111100010001010000110010010001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72200; }

 p { color: rgb(167,34,0); }

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

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

 a { background-color: rgb(167,34,0); }

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

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

 span { border-color: rgb(167,34,0); }

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