Html Css Color HEX #A73013 Rust

📋 copy color: '#A73013'

red 167 ◦ green 48 ◦ blue 19

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

Shades of Rust #A73013

Tints of Rust #A73013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

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

R = 71.37%
G = 20.51%
B = 8.12%

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

#A73013 (or 0xA73013) is known color: Rust. HEX triplet: A7, 30 and 13. RGB value is (167,48,19). Sum of RGB (Red+Green+Blue) = 167+48+19=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A73013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73013 is #58CFEC. Grayscale: #505050. Windows color (decimal): -5820397 or 1257639. OLE color: 1257639.

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

Color convert

RGB 167 48 19 -
CMYK 0 0.71 0.89 0.35
HSL 11.76º 0.8% 0.36% -
HSV(B) 11.76º 0.89% 0.65% -
XYZ 17.11 10.38 1.72 -
YUV 80.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 167 48 19 0 0.71 0.89 0.35 11.76 0.8 0.36
Hex A7 30 13 0 47 59 23 C 50 24
Octal 247 60 23 0 107 131 43 14 120 44
Binary 10100111 110000 10011 0 1000111 1011001 100011 1100 1010000 100100

Color Harmonies of #A73013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73013

Black with #A73013

Text Example


Text Example

White with #A73013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73013; }

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

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

background-color css

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

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

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

border-color css

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

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

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