Html Css Color HEX #A73500 Rust

📋 copy color: '#A73500'

red 167 ◦ green 53 ◦ blue 0

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

Shades of Rust #A73500

Tints of Rust #A73500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 75.91%
G = 24.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73500 (or 0xA73500) is known color: Rust. HEX triplet: A7, 35 and 00. RGB value is (167,53,0). Sum of RGB (Red+Green+Blue) = 167+53+0=220 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.91% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 167 - color contains mainly: red. Hex color #A73500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73500 is #58CAFF. Grayscale: #515151. Windows color (decimal): -5819136 or 13735. OLE color: 13735.

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

Color convert

RGB 167 53 0 -
CMYK 0 0.68 1 0.35
HSL 19.04º 1% 0.33% -
HSV(B) 19.04º 1% 0.65% -
XYZ 17.21 10.76 1.17 -
YUV 81.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 167 53 0 0 0.68 1 0.35 19.04 1 0.33
Hex A7 35 0 0 44 64 23 13 64 21
Octal 247 65 0 0 104 144 43 23 144 41
Binary 10100111 110101 0 0 1000100 1100100 100011 10011 1100100 100001

Color Harmonies of #A73500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73500

Black with #A73500

Text Example


Text Example

White with #A73500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73500; }

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

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

background-color css

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

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

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

border-color css

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

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

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