Html Css Color HEX #A44912 Rust

📋 copy color: '#A44912'

red 164 ◦ green 73 ◦ blue 18

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

Shades of Rust #A44912

Tints of Rust #A44912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 64.31%
G = 28.63%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A44912 (or 0xA44912) is known color: Rust. HEX triplet: A4, 49 and 12. RGB value is (164,73,18). Sum of RGB (Red+Green+Blue) = 164+73+18=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A44912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44912 is #5BB6ED. Grayscale: #5E5E5E. Windows color (decimal): -6010606 or 1198500. OLE color: 1198500.

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

Color convert

RGB 164 73 18 -
CMYK 0 0.55 0.89 0.36
HSL 22.6º 0.8% 0.36% -
HSV(B) 22.6º 0.89% 0.64% -
XYZ 17.8 12.7 2.09 -
YUV 93.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 164 73 18 0 0.55 0.89 0.36 22.6 0.8 0.36
Hex A4 49 12 0 37 59 24 17 50 24
Octal 244 111 22 0 67 131 44 27 120 44
Binary 10100100 1001001 10010 0 110111 1011001 100100 10111 1010000 100100

Color Harmonies of #A44912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44912

Black with #A44912

Text Example


Text Example

White with #A44912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44912; }

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

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

background-color css

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

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

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

border-color css

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

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

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