Html Css Color HEX #A44014 Rust

📋 copy color: '#A44014'

red 164 ◦ green 64 ◦ blue 20

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

Shades of Rust #A44014

Tints of Rust #A44014

RGB

 RED value IS 164 (64.45% from 255) = 66.13%

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

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

R = 66.13%
G = 25.81%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44014 (or 0xA44014) is known color: Rust. HEX triplet: A4, 40 and 14. RGB value is (164,64,20). Sum of RGB (Red+Green+Blue) = 164+64+20=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A44014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44014 is #5BBFEB. Grayscale: #595959. Windows color (decimal): -6012908 or 1327268. OLE color: 1327268.

HSL color Cylindrical-coordinate representation of color #A44014: hue angle of 18.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A44014 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 20 -
CMYK 0 0.61 0.88 0.36
HSL 18.33º 0.78% 0.36% -
HSV(B) 18.33º 0.88% 0.64% -
XYZ 17.27 11.61 1.99 -
YUV 88.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 164 64 20 0 0.61 0.88 0.36 18.33 0.78 0.36
Hex A4 40 14 0 3D 58 24 12 4E 24
Octal 244 100 24 0 75 130 44 22 116 44
Binary 10100100 1000000 10100 0 111101 1011000 100100 10010 1001110 100100

Color Harmonies of #A44014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44014

Black with #A44014

Text Example


Text Example

White with #A44014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44014; }

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

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

background-color css

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

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

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

border-color css

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

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

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