#A7490B

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

Shades of Rust #A7490B

Tints of Rust #A7490B

Color information

#A7490B (or 0xA7490B) is unknown color: approx Rust. HEX triplet: A7, 49 and 0B. RGB value is (167,73,11). Sum of RGB (Red+Green+Blue) = 167+73+11=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7490B is #58B6F4. Grayscale: #5E5E5E. Windows color (decimal): -5814005 or 739751. OLE color: 739751.

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

Color convert

RGB1677311-
CMYK00.560.930.35
HSL23.85º87.64%34.9%-
HSV(B)23.85º93.41%65.49%-
XYZ18.38131.86-
YUV94.0481.14180.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.53%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 11 (4.69% from 255) = 4.38%
R=66.53%
G=29.08%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167731100.560.930.3523.8587.6434.9
HexA749B0385D23185823
Octal24711113070135433013043
Binary101001111001001101101110001011101100011110001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7490B; }

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

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

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

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

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

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

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

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