#A7440B

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

Shades of Rust #A7440B

Tints of Rust #A7440B

Color information

#A7440B (or 0xA7440B) is unknown color: approx Rust. HEX triplet: A7, 44 and 0B. RGB value is (167,68,11). Sum of RGB (Red+Green+Blue) = 167+68+11=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7440B is #58BBF4. Grayscale: #5B5B5B. Windows color (decimal): -5815285 or 738471. OLE color: 738471.

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

Color convert

RGB1676811-
CMYK00.590.930.35
HSL21.92º87.64%34.9%-
HSV(B)21.92º93.41%65.49%-
XYZ18.0612.371.75-
YUV91.182.8182.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=67.89%
G=27.64%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167681100.590.930.3521.9287.6434.9
HexA744B03B5D23165823
Octal24710413073135432613043
Binary101001111000100101101110111011101100011101101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7440B; }

 p { color: rgb(167,68,11); }

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

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

 a { background-color: rgb(167,68,11); }

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

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

 span { border-color: rgb(167,68,11); }

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