#A7391B

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

Shades of Rust #A7391B

Tints of Rust #A7391B

Color information

#A7391B (or 0xA7391B) is unknown color: approx Rust. HEX triplet: A7, 39 and 1B. RGB value is (167,57,27). Sum of RGB (Red+Green+Blue) = 167+57+27=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7391B is #58C6E4. Grayscale: #565656. Windows color (decimal): -5818085 or 1784231. OLE color: 1784231.

HSL color Cylindrical-coordinate representation of color #A7391B: hue angle of 12.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7391B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1675727-
CMYK00.660.840.35
HSL12.86º72.16%38.04%-
HSV(B)12.86º83.83%65.49%-
XYZ17.611.222.28-
YUV86.4794.44185.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.53%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 27 (10.94% from 255) = 10.76%
R=66.53%
G=22.71%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167572700.660.840.3512.8672.1638.04
HexA7391B0425423d4826
Octal24771330102124431511046
Binary101001111110011101101000010101010010001111011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7391B; }

 p { color: rgb(167,57,27); }

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

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

 a { background-color: rgb(167,57,27); }

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

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

 span { border-color: rgb(167,57,27); }

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