#A62700

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

Shades of Rust #A62700

Tints of Rust #A62700

Color information

#A62700 (or 0xA62700) is unknown color: approx Rust. HEX triplet: A6, 27 and 00. RGB value is (166,39,0). Sum of RGB (Red+Green+Blue) = 166+39+0=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A62700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62700 is #59D8FF. Grayscale: #484848. Windows color (decimal): -5888256 or 10150. OLE color: 10150.

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

Color convert

RGB166390-
CMYK00.7710.35
HSL14.1º100%32.55%-
HSV(B)14.1º100%65.1%-
XYZ16.459.560.98-
YUV72.5387.08194.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.98%
G=19.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16639000.7710.3514.110032.55
HexA627004D6423e6421
Octal2464700115144431614441
Binary10100110100111001001101110010010001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62700; }

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

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

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

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

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

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

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

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