Html Css Color HEX #A73A00 Rust

📋 copy color: '#A73A00'

red 167 ◦ green 58 ◦ blue 0

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

Shades of Rust #A73A00

Tints of Rust #A73A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 74.22%
G = 25.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73A00 (or 0xA73A00) is known color: Rust. HEX triplet: A7, 3A and 00. RGB value is (167,58,0). Sum of RGB (Red+Green+Blue) = 167+58+0=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73A00 is #58C5FF. Grayscale: #545454. Windows color (decimal): -5817856 or 15015. OLE color: 15015.

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

Color convert

RGB 167 58 0 -
CMYK 0 0.65 1 0.35
HSL 20.84º 1% 0.33% -
HSV(B) 20.84º 1% 0.65% -
XYZ 17.45 11.24 1.25 -
YUV 83.98 80.61 187.22 -
System Red Green Blue C M Y K H S L
Decimal 167 58 0 0 0.65 1 0.35 20.84 1 0.33
Hex A7 3A 0 0 41 64 23 15 64 21
Octal 247 72 0 0 101 144 43 25 144 41
Binary 10100111 111010 0 0 1000001 1100100 100011 10101 1100100 100001

Color Harmonies of #A73A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73A00

Black with #A73A00

Text Example


Text Example

White with #A73A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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