Html Css Color HEX #A74014 Rust

📋 copy color: '#A74014'

red 167 ◦ green 64 ◦ blue 20

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

Shades of Rust #A74014

Tints of Rust #A74014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 66.53%
G = 25.5%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A74014 (or 0xA74014) is known color: Rust. HEX triplet: A7, 40 and 14. RGB value is (167,64,20). Sum of RGB (Red+Green+Blue) = 167+64+20=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A74014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74014 is #58BFEB. Grayscale: #5A5A5A. Windows color (decimal): -5816300 or 1327271. OLE color: 1327271.

HSL color Cylindrical-coordinate representation of color #A74014: hue angle of 17.96º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A74014 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 20 -
CMYK 0 0.62 0.88 0.35
HSL 17.96º 0.79% 0.37% -
HSV(B) 17.96º 0.88% 0.65% -
XYZ 17.9 11.93 2.02 -
YUV 89.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 167 64 20 0 0.62 0.88 0.35 17.96 0.79 0.37
Hex A7 40 14 0 3E 58 23 12 4F 25
Octal 247 100 24 0 76 130 43 22 117 45
Binary 10100111 1000000 10100 0 111110 1011000 100011 10010 1001111 100101

Color Harmonies of #A74014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74014

Black with #A74014

Text Example


Text Example

White with #A74014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74014; }

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

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

background-color css

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

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

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

border-color css

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

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

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