#A62200

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

Shades of Rust #A62200

Tints of Rust #A62200

Color information

#A62200 (or 0xA62200) is unknown color: approx Rust. HEX triplet: A6, 22 and 00. RGB value is (166,34,0). Sum of RGB (Red+Green+Blue) = 166+34+0=200 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 166 - color contains mainly: red. Hex color #A62200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62200 is #59DDFF. Grayscale: #454545. Windows color (decimal): -5889536 or 8870. OLE color: 8870.

HSL color Cylindrical-coordinate representation of color #A62200: hue angle of 12.29º 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 #A62200 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB166340-
CMYK00.8010.35
HSL12.29º100%32.55%-
HSV(B)12.29º100%65.1%-
XYZ16.39.250.93-
YUV69.5988.73196.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 0 (0.39% from 255) = 0%
R=83%
G=17%
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
Decimal16634000.8010.3512.2910032.55
HexA62200506423c6421
Octal2464200120144431414441
Binary10100110100010001010000110010010001111001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62200; }

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

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

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

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

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

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

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

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