Html Css Color HEX #A44A05 Rust

📋 copy color: '#A44A05'

red 164 ◦ green 74 ◦ blue 5

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

Shades of Rust #A44A05

Tints of Rust #A44A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 67.49%
G = 30.45%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A44A05 (or 0xA44A05) is known color: Rust. HEX triplet: A4, 4A and 05. RGB value is (164,74,5). Sum of RGB (Red+Green+Blue) = 164+74+5=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44A05 is #5BB5FA. Grayscale: #5D5D5D. Windows color (decimal): -6010363 or 346788. OLE color: 346788.

HSL color Cylindrical-coordinate representation of color #A44A05: hue angle of 26.04º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A44A05 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 74 5 -
CMYK 0 0.55 0.97 0.36
HSL 26.04º 0.94% 0.33% -
HSV(B) 26.04º 0.97% 0.64% -
XYZ 17.79 12.8 1.68 -
YUV 93.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 164 74 5 0 0.55 0.97 0.36 26.04 0.94 0.33
Hex A4 4A 5 0 37 61 24 1A 5E 21
Octal 244 112 5 0 67 141 44 32 136 41
Binary 10100100 1001010 101 0 110111 1100001 100100 11010 1011110 100001

Color Harmonies of #A44A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A05

Black with #A44A05

Text Example


Text Example

White with #A44A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A05; }

 p { color: rgb(164,74,5); }

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

background-color css

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

 a { background-color: rgb(164,74,5); }

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

border-color css

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

 span { border-color: rgb(164,74,5); }

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