Html Css Color HEX #A73111 Rust

📋 copy color: '#A73111'

red 167 ◦ green 49 ◦ blue 17

#A73111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A73111

Tints of Rust #A73111

RGB

 RED value IS 167 (65.63% from 255) = 71.67%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 71.67%
G = 21.03%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A73111 (or 0xA73111) is known color: Rust. HEX triplet: A7, 31 and 11. RGB value is (167,49,17). Sum of RGB (Red+Green+Blue) = 167+49+17=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A73111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73111 is #58CEEE. Grayscale: #505050. Windows color (decimal): -5820143 or 1126823. OLE color: 1126823.

HSL color Cylindrical-coordinate representation of color #A73111: hue angle of 12.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A73111 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 17 -
CMYK 0 0.71 0.90 0.35
HSL 12.8º 0.82% 0.36% -
HSV(B) 12.8º 0.9% 0.65% -
XYZ 17.14 10.45 1.64 -
YUV 80.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 167 49 17 0 0.71 0.90 0.35 12.8 0.82 0.36
Hex A7 31 11 0 47 5A 23 D 52 24
Octal 247 61 21 0 107 132 43 15 122 44
Binary 10100111 110001 10001 0 1000111 1011010 100011 1101 1010010 100100

Color Harmonies of #A73111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73111

Black with #A73111

Text Example


Text Example

White with #A73111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73111; }

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

 H1.HeaderClassName
 {
   color: #A73111;
 }
 .AnyTagClassName
 {
   color: #A73111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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