#A8391A

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

Shades of Rust #A8391A

Tints of Rust #A8391A

Color information

#A8391A (or 0xA8391A) is unknown color: approx Rust. HEX triplet: A8, 39 and 1A. RGB value is (168,57,26). Sum of RGB (Red+Green+Blue) = 168+57+26=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8391A is #57C6E5. Grayscale: #565656. Windows color (decimal): -5752550 or 1718696. OLE color: 1718696.

HSL color Cylindrical-coordinate representation of color #A8391A: hue angle of 13.1º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8391A is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1685726-
CMYK00.660.850.34
HSL13.1º73.2%38.04%-
HSV(B)13.1º84.52%65.88%-
XYZ17.811.332.23-
YUV86.6693.77186.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=66.93%
G=22.71%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168572600.660.850.3413.173.238.04
HexA8391A0425522d4926
Octal25071320102125421511146
Binary101010001110011101001000010101010110001011011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8391A; }

 p { color: rgb(168,57,26); }

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

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

 a { background-color: rgb(168,57,26); }

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

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

 span { border-color: rgb(168,57,26); }

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