Html Css Color HEX #A74912 Rust

📋 copy color: '#A74912'

red 167 ◦ green 73 ◦ blue 18

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

Shades of Rust #A74912

Tints of Rust #A74912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 64.73%
G = 28.29%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74912 (or 0xA74912) is known color: Rust. HEX triplet: A7, 49 and 12. RGB value is (167,73,18). Sum of RGB (Red+Green+Blue) = 167+73+18=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A74912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74912 is #58B6ED. Grayscale: #5F5F5F. Windows color (decimal): -5813998 or 1198503. OLE color: 1198503.

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

Color convert

RGB 167 73 18 -
CMYK 0 0.56 0.89 0.35
HSL 22.15º 0.81% 0.36% -
HSV(B) 22.15º 0.89% 0.65% -
XYZ 18.43 13.02 2.11 -
YUV 94.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 167 73 18 0 0.56 0.89 0.35 22.15 0.81 0.36
Hex A7 49 12 0 38 59 23 16 51 24
Octal 247 111 22 0 70 131 43 26 121 44
Binary 10100111 1001001 10010 0 111000 1011001 100011 10110 1010001 100100

Color Harmonies of #A74912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74912

Black with #A74912

Text Example


Text Example

White with #A74912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74912; }

 p { color: rgb(167,73,18); }

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

background-color css

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

 a { background-color: rgb(167,73,18); }

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

border-color css

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

 span { border-color: rgb(167,73,18); }

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