Html Css Color HEX #A74112 Rust

📋 copy color: '#A74112'

red 167 ◦ green 65 ◦ blue 18

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

Shades of Rust #A74112

Tints of Rust #A74112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 66.8%
G = 26%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74112 (or 0xA74112) is known color: Rust. HEX triplet: A7, 41 and 12. RGB value is (167,65,18). Sum of RGB (Red+Green+Blue) = 167+65+18=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74112 is #58BEED. Grayscale: #5A5A5A. Windows color (decimal): -5816046 or 1196455. OLE color: 1196455.

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

Color convert

RGB 167 65 18 -
CMYK 0 0.61 0.89 0.35
HSL 18.93º 0.81% 0.36% -
HSV(B) 18.93º 0.89% 0.65% -
XYZ 17.94 12.04 1.95 -
YUV 90.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 167 65 18 0 0.61 0.89 0.35 18.93 0.81 0.36
Hex A7 41 12 0 3D 59 23 13 51 24
Octal 247 101 22 0 75 131 43 23 121 44
Binary 10100111 1000001 10010 0 111101 1011001 100011 10011 1010001 100100

Color Harmonies of #A74112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74112

Black with #A74112

Text Example


Text Example

White with #A74112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74112; }

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

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

background-color css

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

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

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

border-color css

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

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

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