Html Css Color HEX #A73C13 Rust

📋 copy color: '#A73C13'

red 167 ◦ green 60 ◦ blue 19

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

Shades of Rust #A73C13

Tints of Rust #A73C13

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 67.89%
G = 24.39%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A73C13 (or 0xA73C13) is known color: Rust. HEX triplet: A7, 3C and 13. RGB value is (167,60,19). Sum of RGB (Red+Green+Blue) = 167+60+19=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73C13 is #58C3EC. Grayscale: #575757. Windows color (decimal): -5817325 or 1260711. OLE color: 1260711.

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

Color convert

RGB 167 60 19 -
CMYK 0 0.64 0.89 0.35
HSL 16.62º 0.8% 0.36% -
HSV(B) 16.62º 0.89% 0.65% -
XYZ 17.67 11.49 1.9 -
YUV 87.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 167 60 19 0 0.64 0.89 0.35 16.62 0.8 0.36
Hex A7 3C 13 0 40 59 23 11 50 24
Octal 247 74 23 0 100 131 43 21 120 44
Binary 10100111 111100 10011 0 1000000 1011001 100011 10001 1010000 100100

Color Harmonies of #A73C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C13

Black with #A73C13

Text Example


Text Example

White with #A73C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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