#a6500b

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

Shades of Rust #A6500B

Tints of Rust #A6500B

Color information

#A6500B (or 0xA6500B) is unknown color: approx Rust. HEX triplet: A6, 50 and 0B. RGB value is (166,80,11). Sum of RGB (Red+Green+Blue) = 166+80+11=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A6500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6500B is #59AFF4. Grayscale: #626262. Windows color (decimal): -5877749 or 741542. OLE color: 741542.

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

Color convert

RGB1668011-
CMYK00.520.930.35
HSL26.71º87.57%34.71%-
HSV(B)26.71º93.37%65.1%-
XYZ18.6513.872.01-
YUV97.8578.99176.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=64.59%
G=31.13%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166801100.520.930.3526.7187.5734.71
HexA650B0345D231b5823
Octal24612013064135433313043
Binary101001101010000101101101001011101100011110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6500b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6500b; }

 p { color: rgb(166,80,11); }

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

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

 a { background-color: rgb(166,80,11); }

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

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

 span { border-color: rgb(166,80,11); }

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