Html Css Color HEX #A73200 Rust

📋 copy color: '#A73200'

red 167 ◦ green 50 ◦ blue 0

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

Shades of Rust #A73200

Tints of Rust #A73200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 76.96%
G = 23.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73200 (or 0xA73200) is known color: Rust. HEX triplet: A7, 32 and 00. RGB value is (167,50,0). Sum of RGB (Red+Green+Blue) = 167+50+0=217 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.96% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 167 - color contains mainly: red. Hex color #A73200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73200 is #58CDFF. Grayscale: #4F4F4F. Windows color (decimal): -5819904 or 12967. OLE color: 12967.

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

Color convert

RGB 167 50 0 -
CMYK 0 0.70 1 0.35
HSL 17.96º 1% 0.33% -
HSV(B) 17.96º 1% 0.65% -
XYZ 17.08 10.5 1.13 -
YUV 79.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 167 50 0 0 0.70 1 0.35 17.96 1 0.33
Hex A7 32 0 0 46 64 23 12 64 21
Octal 247 62 0 0 106 144 43 22 144 41
Binary 10100111 110010 0 0 1000110 1100100 100011 10010 1100100 100001

Color Harmonies of #A73200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73200

Black with #A73200

Text Example


Text Example

White with #A73200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73200; }

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

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

background-color css

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

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

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

border-color css

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

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

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