Html Css Color HEX #A44111 Rust

📋 copy color: '#A44111'

red 164 ◦ green 65 ◦ blue 17

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

Shades of Rust #A44111

Tints of Rust #A44111

RGB

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

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

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

R = 66.67%
G = 26.42%
B = 6.91%

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

#A44111 (or 0xA44111) is known color: Rust. HEX triplet: A4, 41 and 11. RGB value is (164,65,17). Sum of RGB (Red+Green+Blue) = 164+65+17=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44111 is #5BBEEE. Grayscale: #595959. Windows color (decimal): -6012655 or 1130916. OLE color: 1130916.

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

Color convert

RGB 164 65 17 -
CMYK 0 0.60 0.90 0.36
HSL 19.59º 0.81% 0.35% -
HSV(B) 19.59º 0.9% 0.64% -
XYZ 17.3 11.71 1.88 -
YUV 89.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 164 65 17 0 0.60 0.90 0.36 19.59 0.81 0.35
Hex A4 41 11 0 3C 5A 24 14 51 23
Octal 244 101 21 0 74 132 44 24 121 43
Binary 10100100 1000001 10001 0 111100 1011010 100100 10100 1010001 100011

Color Harmonies of #A44111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44111

Black with #A44111

Text Example


Text Example

White with #A44111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44111; }

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

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

background-color css

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

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

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

border-color css

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

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

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