#a6410b

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

Shades of Rust #A6410B

Tints of Rust #A6410B

Color information

#A6410B (or 0xA6410B) is unknown color: approx Rust. HEX triplet: A6, 41 and 0B. RGB value is (166,65,11). Sum of RGB (Red+Green+Blue) = 166+65+11=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6410B is #59BEF4. Grayscale: #595959. Windows color (decimal): -5881589 or 737702. OLE color: 737702.

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

Color convert

RGB1666511-
CMYK00.610.930.35
HSL20.9º87.57%34.71%-
HSV(B)20.9º93.37%65.1%-
XYZ17.6811.911.68-
YUV89.0483.96182.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.60%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=68.60%
G=26.86%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166651100.610.930.3520.987.5734.71
HexA641B03D5D23155823
Octal24610113075135432513043
Binary101001101000001101101111011011101100011101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6410b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6410b; }

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

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

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

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

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

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

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

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