Html Css Color HEX #A44211 Rust

📋 copy color: '#A44211'

red 164 ◦ green 66 ◦ blue 17

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

Shades of Rust #A44211

Tints of Rust #A44211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 66.4%
G = 26.72%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A44211 (or 0xA44211) is known color: Rust. HEX triplet: A4, 42 and 11. RGB value is (164,66,17). Sum of RGB (Red+Green+Blue) = 164+66+17=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A44211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44211 is #5BBDEE. Grayscale: #5A5A5A. Windows color (decimal): -6012399 or 1131172. OLE color: 1131172.

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

Color convert

RGB 164 66 17 -
CMYK 0 0.60 0.90 0.36
HSL 20º 0.81% 0.35% -
HSV(B) 20º 0.9% 0.64% -
XYZ 17.36 11.83 1.9 -
YUV 89.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 164 66 17 0 0.60 0.90 0.36 20 0.81 0.35
Hex A4 42 11 0 3C 5A 24 14 51 23
Octal 244 102 21 0 74 132 44 24 121 43
Binary 10100100 1000010 10001 0 111100 1011010 100100 10100 1010001 100011

Color Harmonies of #A44211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44211

Black with #A44211

Text Example


Text Example

White with #A44211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44211; }

 p { color: rgb(164,66,17); }

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

background-color css

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

 a { background-color: rgb(164,66,17); }

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

border-color css

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

 span { border-color: rgb(164,66,17); }

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