#A6450B

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

Shades of Rust #A6450B

Tints of Rust #A6450B

Color information

#A6450B (or 0xA6450B) is unknown color: approx Rust. HEX triplet: A6, 45 and 0B. RGB value is (166,69,11). Sum of RGB (Red+Green+Blue) = 166+69+11=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450B is #59BAF4. Grayscale: #5B5B5B. Windows color (decimal): -5880565 or 738726. OLE color: 738726.

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

Color convert

RGB1666911-
CMYK00.580.930.35
HSL22.45º87.57%34.71%-
HSV(B)22.45º93.37%65.1%-
XYZ17.9112.391.76-
YUV91.3982.64181.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=67.48%
G=28.05%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166691100.580.930.3522.4587.5734.71
HexA645B03A5D23165823
Octal24610513072135432613043
Binary101001101000101101101110101011101100011101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6450B; }

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

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

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

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

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

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

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

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