#a73108

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

Shades of Rust #A73108

Tints of Rust #A73108

Color information

#A73108 (or 0xA73108) is unknown color: approx Rust. HEX triplet: A7, 31 and 08. RGB value is (167,49,8). Sum of RGB (Red+Green+Blue) = 167+49+8=224 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.55% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 167 - color contains mainly: red. Hex color #A73108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73108 is #58CEF7. Grayscale: #4F4F4F. Windows color (decimal): -5820152 or 536999. OLE color: 536999.

HSL color Cylindrical-coordinate representation of color #A73108: hue angle of 15.47º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A73108 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB167498-
CMYK00.710.950.35
HSL15.47º90.86%34.31%-
HSV(B)15.47º95.21%65.49%-
XYZ17.0810.431.34-
YUV79.6187.59190.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.55%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=74.55%
G=21.88%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16749800.710.950.3515.4790.8634.31
HexA73180475F23f5b22
Octal24761100107137431713342
Binary10100111110001100001000111101111110001111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73108; }

 p { color: rgb(167,49,8); }

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

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

 a { background-color: rgb(167,49,8); }

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

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

 span { border-color: rgb(167,49,8); }

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