Html Css Color HEX #A44112 Rust

📋 copy color: '#A44112'

red 164 ◦ green 65 ◦ blue 18

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

Shades of Rust #A44112

Tints of Rust #A44112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 66.4%
G = 26.32%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44112 (or 0xA44112) is known color: Rust. HEX triplet: A4, 41 and 12. RGB value is (164,65,18). Sum of RGB (Red+Green+Blue) = 164+65+18=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A44112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44112 is #5BBEED. Grayscale: #595959. Windows color (decimal): -6012654 or 1196452. OLE color: 1196452.

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

Color convert

RGB 164 65 18 -
CMYK 0 0.60 0.89 0.36
HSL 19.32º 0.8% 0.36% -
HSV(B) 19.32º 0.89% 0.64% -
XYZ 17.31 11.72 1.92 -
YUV 89.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 164 65 18 0 0.60 0.89 0.36 19.32 0.8 0.36
Hex A4 41 12 0 3C 59 24 13 50 24
Octal 244 101 22 0 74 131 44 23 120 44
Binary 10100100 1000001 10010 0 111100 1011001 100100 10011 1010000 100100

Color Harmonies of #A44112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44112

Black with #A44112

Text Example


Text Example

White with #A44112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44112; }

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

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

background-color css

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

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

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

border-color css

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

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

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