Html Css Color HEX #A73113 Rust

📋 copy color: '#A73113'

red 167 ◦ green 49 ◦ blue 19

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

Shades of Rust #A73113

Tints of Rust #A73113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 71.06%
G = 20.85%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A73113 (or 0xA73113) is known color: Rust. HEX triplet: A7, 31 and 13. RGB value is (167,49,19). Sum of RGB (Red+Green+Blue) = 167+49+19=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A73113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73113 is #58CEEC. Grayscale: #515151. Windows color (decimal): -5820141 or 1257895. OLE color: 1257895.

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

Color convert

RGB 167 49 19 -
CMYK 0 0.71 0.89 0.35
HSL 12.16º 0.8% 0.36% -
HSV(B) 12.16º 0.89% 0.65% -
XYZ 17.15 10.46 1.73 -
YUV 80.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 167 49 19 0 0.71 0.89 0.35 12.16 0.8 0.36
Hex A7 31 13 0 47 59 23 C 50 24
Octal 247 61 23 0 107 131 43 14 120 44
Binary 10100111 110001 10011 0 1000111 1011001 100011 1100 1010000 100100

Color Harmonies of #A73113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73113

Black with #A73113

Text Example


Text Example

White with #A73113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73113; }

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

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

background-color css

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

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

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

border-color css

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

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

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