Html Css Color HEX #A74012 Rust

📋 copy color: '#A74012'

red 167 ◦ green 64 ◦ blue 18

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

Shades of Rust #A74012

Tints of Rust #A74012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 67.07%
G = 25.7%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74012 (or 0xA74012) is known color: Rust. HEX triplet: A7, 40 and 12. RGB value is (167,64,18). Sum of RGB (Red+Green+Blue) = 167+64+18=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A74012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74012 is #58BFED. Grayscale: #595959. Windows color (decimal): -5816302 or 1196199. OLE color: 1196199.

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

Color convert

RGB 167 64 18 -
CMYK 0 0.62 0.89 0.35
HSL 18.52º 0.81% 0.36% -
HSV(B) 18.52º 0.89% 0.65% -
XYZ 17.88 11.93 1.93 -
YUV 89.55 87.62 183.24 -
System Red Green Blue C M Y K H S L
Decimal 167 64 18 0 0.62 0.89 0.35 18.52 0.81 0.36
Hex A7 40 12 0 3E 59 23 13 51 24
Octal 247 100 22 0 76 131 43 23 121 44
Binary 10100111 1000000 10010 0 111110 1011001 100011 10011 1010001 100100

Color Harmonies of #A74012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74012

Black with #A74012

Text Example


Text Example

White with #A74012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74012; }

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

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

background-color css

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

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

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

border-color css

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

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

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