Html Css Color HEX #A73105 Rust

📋 copy color: '#A73105'

red 167 ◦ green 49 ◦ blue 5

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

Shades of Rust #A73105

Tints of Rust #A73105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 75.57%
G = 22.17%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A73105 (or 0xA73105) is known color: Rust. HEX triplet: A7, 31 and 05. RGB value is (167,49,5). Sum of RGB (Red+Green+Blue) = 167+49+5=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A73105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73105 is #58CEFA. Grayscale: #4F4F4F. Windows color (decimal): -5820155 or 340391. OLE color: 340391.

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

Color convert

RGB 167 49 5 -
CMYK 0 0.71 0.97 0.35
HSL 16.3º 0.94% 0.34% -
HSV(B) 16.3º 0.97% 0.65% -
XYZ 17.06 10.42 1.26 -
YUV 79.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 167 49 5 0 0.71 0.97 0.35 16.3 0.94 0.34
Hex A7 31 5 0 47 61 23 10 5E 22
Octal 247 61 5 0 107 141 43 20 136 42
Binary 10100111 110001 101 0 1000111 1100001 100011 10000 1011110 100010

Color Harmonies of #A73105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73105

Black with #A73105

Text Example


Text Example

White with #A73105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73105; }

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

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

background-color css

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

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

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

border-color css

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

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

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