Html Css Color HEX #A74111 Rust

📋 copy color: '#A74111'

red 167 ◦ green 65 ◦ blue 17

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

Shades of Rust #A74111

Tints of Rust #A74111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 67.07%
G = 26.1%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74111 (or 0xA74111) is known color: Rust. HEX triplet: A7, 41 and 11. RGB value is (167,65,17). Sum of RGB (Red+Green+Blue) = 167+65+17=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A74111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74111 is #58BEEE. Grayscale: #5A5A5A. Windows color (decimal): -5816047 or 1130919. OLE color: 1130919.

HSL color Cylindrical-coordinate representation of color #A74111: hue angle of 19.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74111 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 17 -
CMYK 0 0.61 0.90 0.35
HSL 19.2º 0.82% 0.36% -
HSV(B) 19.2º 0.9% 0.65% -
XYZ 17.93 12.04 1.91 -
YUV 90.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 167 65 17 0 0.61 0.90 0.35 19.2 0.82 0.36
Hex A7 41 11 0 3D 5A 23 13 52 24
Octal 247 101 21 0 75 132 43 23 122 44
Binary 10100111 1000001 10001 0 111101 1011010 100011 10011 1010010 100100

Color Harmonies of #A74111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74111

Black with #A74111

Text Example


Text Example

White with #A74111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74111; }

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

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

background-color css

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

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

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

border-color css

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

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

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