Html Css Color HEX #A73D00 Rust

📋 copy color: '#A73D00'

red 167 ◦ green 61 ◦ blue 0

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

Shades of Rust #A73D00

Tints of Rust #A73D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 73.25%
G = 26.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73D00 (or 0xA73D00) is known color: Rust. HEX triplet: A7, 3D and 00. RGB value is (167,61,0). Sum of RGB (Red+Green+Blue) = 167+61+0=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73D00 is #58C2FF. Grayscale: #565656. Windows color (decimal): -5817088 or 15783. OLE color: 15783.

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

Color convert

RGB 167 61 0 -
CMYK 0 0.63 1 0.35
HSL 21.92º 1% 0.33% -
HSV(B) 21.92º 1% 0.65% -
XYZ 17.61 11.55 1.3 -
YUV 85.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 167 61 0 0 0.63 1 0.35 21.92 1 0.33
Hex A7 3D 0 0 3F 64 23 16 64 21
Octal 247 75 0 0 77 144 43 26 144 41
Binary 10100111 111101 0 0 111111 1100100 100011 10110 1100100 100001

Color Harmonies of #A73D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73D00

Black with #A73D00

Text Example


Text Example

White with #A73D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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