Html Css Color HEX #A44412 Rust

📋 copy color: '#A44412'

red 164 ◦ green 68 ◦ blue 18

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

Shades of Rust #A44412

Tints of Rust #A44412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 65.6%
G = 27.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44412 (or 0xA44412) is known color: Rust. HEX triplet: A4, 44 and 12. RGB value is (164,68,18). Sum of RGB (Red+Green+Blue) = 164+68+18=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A44412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44412 is #5BBBED. Grayscale: #5B5B5B. Windows color (decimal): -6011886 or 1197220. OLE color: 1197220.

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

Color convert

RGB 164 68 18 -
CMYK 0 0.59 0.89 0.36
HSL 20.55º 0.8% 0.36% -
HSV(B) 20.55º 0.89% 0.64% -
XYZ 17.49 12.07 1.98 -
YUV 91 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 164 68 18 0 0.59 0.89 0.36 20.55 0.8 0.36
Hex A4 44 12 0 3B 59 24 15 50 24
Octal 244 104 22 0 73 131 44 25 120 44
Binary 10100100 1000100 10010 0 111011 1011001 100100 10101 1010000 100100

Color Harmonies of #A44412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44412

Black with #A44412

Text Example


Text Example

White with #A44412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44412; }

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

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

background-color css

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

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

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

border-color css

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

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

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