#A6390B

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

Shades of Rust #A6390B

Tints of Rust #A6390B

Color information

#A6390B (or 0xA6390B) is unknown color: approx Rust. HEX triplet: A6, 39 and 0B. RGB value is (166,57,11). Sum of RGB (Red+Green+Blue) = 166+57+11=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6390B is #59C6F4. Grayscale: #545454. Windows color (decimal): -5883637 or 735654. OLE color: 735654.

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

Color convert

RGB1665711-
CMYK00.660.930.35
HSL17.81º87.57%34.71%-
HSV(B)17.81º93.37%65.1%-
XYZ17.2511.061.54-
YUV84.3586.61186.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 11 (4.69% from 255) = 4.70%
R=70.94%
G=24.36%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166571100.660.930.3517.8187.5734.71
HexA639B0425D23125823
Octal24671130102135432213043
Binary101001101110011011010000101011101100011100101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6390B; }

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

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

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

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

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

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

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

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