#A8470B

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

Shades of Rust #A8470B

Tints of Rust #A8470B

Color information

#A8470B (or 0xA8470B) is unknown color: approx Rust. HEX triplet: A8, 47 and 0B. RGB value is (168,71,11). Sum of RGB (Red+Green+Blue) = 168+71+11=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8470B is #57B8F4. Grayscale: #5D5D5D. Windows color (decimal): -5748981 or 739240. OLE color: 739240.

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

Color convert

RGB1687111-
CMYK00.580.930.34
HSL22.93º87.71%35.1%-
HSV(B)22.93º93.45%65.88%-
XYZ18.4612.861.82-
YUV93.1681.64181.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 11 (4.69% from 255) = 4.4%
R=67.2%
G=28.4%
B=4.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168711100.580.930.3422.9387.7135.1
HexA847B03A5D22175823
Octal25010713072135422713043
Binary101010001000111101101110101011101100010101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8470B; }

 p { color: rgb(168,71,11); }

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

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

 a { background-color: rgb(168,71,11); }

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

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

 span { border-color: rgb(168,71,11); }

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