Html Css Color HEX #A74110 Rust

📋 copy color: '#A74110'

red 167 ◦ green 65 ◦ blue 16

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

Shades of Rust #A74110

Tints of Rust #A74110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 67.34%
G = 26.21%
B = 6.45%

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

#A74110 (or 0xA74110) is known color: Rust. HEX triplet: A7, 41 and 10. RGB value is (167,65,16). Sum of RGB (Red+Green+Blue) = 167+65+16=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A74110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74110 is #58BEEF. Grayscale: #5A5A5A. Windows color (decimal): -5816048 or 1065383. OLE color: 1065383.

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

Color convert

RGB 167 65 16 -
CMYK 0 0.61 0.90 0.35
HSL 19.47º 0.83% 0.36% -
HSV(B) 19.47º 0.9% 0.65% -
XYZ 17.92 12.03 1.87 -
YUV 89.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 167 65 16 0 0.61 0.90 0.35 19.47 0.83 0.36
Hex A7 41 10 0 3D 5A 23 13 53 24
Octal 247 101 20 0 75 132 43 23 123 44
Binary 10100111 1000001 10000 0 111101 1011010 100011 10011 1010011 100100

Color Harmonies of #A74110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74110

Black with #A74110

Text Example


Text Example

White with #A74110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74110; }

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

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

background-color css

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

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

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

border-color css

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

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

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