Html Css Color HEX #A73100 Rust

📋 copy color: '#A73100'

red 167 ◦ green 49 ◦ blue 0

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

Shades of Rust #A73100

Tints of Rust #A73100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.31%
G = 22.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73100 (or 0xA73100) is known color: Rust. HEX triplet: A7, 31 and 00. RGB value is (167,49,0). Sum of RGB (Red+Green+Blue) = 167+49+0=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A73100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73100 is #58CEFF. Grayscale: #4F4F4F. Windows color (decimal): -5820160 or 12711. OLE color: 12711.

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

Color convert

RGB 167 49 0 -
CMYK 0 0.71 1 0.35
HSL 17.6º 1% 0.33% -
HSV(B) 17.6º 1% 0.65% -
XYZ 17.03 10.41 1.11 -
YUV 78.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 167 49 0 0 0.71 1 0.35 17.6 1 0.33
Hex A7 31 0 0 47 64 23 12 64 21
Octal 247 61 0 0 107 144 43 22 144 41
Binary 10100111 110001 0 0 1000111 1100100 100011 10010 1100100 100001

Color Harmonies of #A73100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73100

Black with #A73100

Text Example


Text Example

White with #A73100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73100; }

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

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

background-color css

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

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

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

border-color css

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

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

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