#a73c0b

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

Shades of Rust #A73C0B

Tints of Rust #A73C0B

Color information

#A73C0B (or 0xA73C0B) is unknown color: approx Rust. HEX triplet: A7, 3C and 0B. RGB value is (167,60,11). Sum of RGB (Red+Green+Blue) = 167+60+11=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73C0B is #58C3F4. Grayscale: #565656. Windows color (decimal): -5817333 or 736423. OLE color: 736423.

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

Color convert

RGB1676011-
CMYK00.640.930.35
HSL18.85º87.64%34.9%-
HSV(B)18.85º93.41%65.49%-
XYZ17.6111.471.6-
YUV86.4185.45185.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.17%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 11 (4.69% from 255) = 4.62%
R=70.17%
G=25.21%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167601100.640.930.3518.8587.6434.9
HexA73CB0405D23135823
Octal24774130100135432313043
Binary101001111111001011010000001011101100011100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a73c0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a73c0b; }

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

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

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

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

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

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

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

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