Html Css Color HEX #A73114 Rust

📋 copy color: '#A73114'

red 167 ◦ green 49 ◦ blue 20

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

Shades of Rust #A73114

Tints of Rust #A73114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 70.76%
G = 20.76%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A73114 (or 0xA73114) is known color: Rust. HEX triplet: A7, 31 and 14. RGB value is (167,49,20). Sum of RGB (Red+Green+Blue) = 167+49+20=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A73114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73114 is #58CEEB. Grayscale: #515151. Windows color (decimal): -5820140 or 1323431. OLE color: 1323431.

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

Color convert

RGB 167 49 20 -
CMYK 0 0.71 0.88 0.35
HSL 11.84º 0.79% 0.37% -
HSV(B) 11.84º 0.88% 0.65% -
XYZ 17.16 10.46 1.78 -
YUV 80.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 167 49 20 0 0.71 0.88 0.35 11.84 0.79 0.37
Hex A7 31 14 0 47 58 23 C 4F 25
Octal 247 61 24 0 107 130 43 14 117 45
Binary 10100111 110001 10100 0 1000111 1011000 100011 1100 1001111 100101

Color Harmonies of #A73114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73114

Black with #A73114

Text Example


Text Example

White with #A73114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73114; }

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

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

background-color css

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

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

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

border-color css

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

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

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