Html Css Color HEX #A44114 Rust

📋 copy color: '#A44114'

red 164 ◦ green 65 ◦ blue 20

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

Shades of Rust #A44114

Tints of Rust #A44114

RGB

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

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

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

R = 65.86%
G = 26.1%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A44114 (or 0xA44114) is known color: Rust. HEX triplet: A4, 41 and 14. RGB value is (164,65,20). Sum of RGB (Red+Green+Blue) = 164+65+20=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A44114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44114 is #5BBEEB. Grayscale: #595959. Windows color (decimal): -6012652 or 1327524. OLE color: 1327524.

HSL color Cylindrical-coordinate representation of color #A44114: hue angle of 18.75º 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 #A44114 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 20 -
CMYK 0 0.60 0.88 0.36
HSL 18.75º 0.78% 0.36% -
HSV(B) 18.75º 0.88% 0.64% -
XYZ 17.33 11.72 2.01 -
YUV 89.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 164 65 20 0 0.60 0.88 0.36 18.75 0.78 0.36
Hex A4 41 14 0 3C 58 24 13 4E 24
Octal 244 101 24 0 74 130 44 23 116 44
Binary 10100100 1000001 10100 0 111100 1011000 100100 10011 1001110 100100

Color Harmonies of #A44114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44114

Black with #A44114

Text Example


Text Example

White with #A44114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44114; }

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

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

background-color css

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

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

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

border-color css

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

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

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