Html Css Color HEX #A74412 Rust

📋 copy color: '#A74412'

red 167 ◦ green 68 ◦ blue 18

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

Shades of Rust #A74412

Tints of Rust #A74412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 66.01%
G = 26.88%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74412 (or 0xA74412) is known color: Rust. HEX triplet: A7, 44 and 12. RGB value is (167,68,18). Sum of RGB (Red+Green+Blue) = 167+68+18=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74412 is #58BBED. Grayscale: #5C5C5C. Windows color (decimal): -5815278 or 1197223. OLE color: 1197223.

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

Color convert

RGB 167 68 18 -
CMYK 0 0.59 0.89 0.35
HSL 20.13º 0.81% 0.36% -
HSV(B) 20.13º 0.89% 0.65% -
XYZ 18.11 12.39 2.01 -
YUV 91.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 167 68 18 0 0.59 0.89 0.35 20.13 0.81 0.36
Hex A7 44 12 0 3B 59 23 14 51 24
Octal 247 104 22 0 73 131 43 24 121 44
Binary 10100111 1000100 10010 0 111011 1011001 100011 10100 1010001 100100

Color Harmonies of #A74412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74412

Black with #A74412

Text Example


Text Example

White with #A74412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74412; }

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

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

background-color css

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

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

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

border-color css

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

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

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