Html Css Color HEX #A44005 Rust

📋 copy color: '#A44005'

red 164 ◦ green 64 ◦ blue 5

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

Shades of Rust #A44005

Tints of Rust #A44005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

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

R = 70.39%
G = 27.47%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A44005 (or 0xA44005) is known color: Rust. HEX triplet: A4, 40 and 05. RGB value is (164,64,5). Sum of RGB (Red+Green+Blue) = 164+64+5=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A44005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44005 is #5BBFFA. Grayscale: #575757. Windows color (decimal): -6012923 or 344228. OLE color: 344228.

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

Color convert

RGB 164 64 5 -
CMYK 0 0.61 0.97 0.36
HSL 22.26º 0.94% 0.33% -
HSV(B) 22.26º 0.97% 0.64% -
XYZ 17.17 11.57 1.47 -
YUV 87.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 164 64 5 0 0.61 0.97 0.36 22.26 0.94 0.33
Hex A4 40 5 0 3D 61 24 16 5E 21
Octal 244 100 5 0 75 141 44 26 136 41
Binary 10100100 1000000 101 0 111101 1100001 100100 10110 1011110 100001

Color Harmonies of #A44005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44005

Black with #A44005

Text Example


Text Example

White with #A44005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44005; }

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

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

background-color css

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

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

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

border-color css

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

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

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