Html Css Color HEX #A44105 Rust

📋 copy color: '#A44105'

red 164 ◦ green 65 ◦ blue 5

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

Shades of Rust #A44105

Tints of Rust #A44105

RGB

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

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

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

R = 70.09%
G = 27.78%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A44105 (or 0xA44105) is known color: Rust. HEX triplet: A4, 41 and 05. RGB value is (164,65,5). Sum of RGB (Red+Green+Blue) = 164+65+5=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44105 is #5BBEFA. Grayscale: #585858. Windows color (decimal): -6012667 or 344484. OLE color: 344484.

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

Color convert

RGB 164 65 5 -
CMYK 0 0.60 0.97 0.36
HSL 22.64º 0.94% 0.33% -
HSV(B) 22.64º 0.97% 0.64% -
XYZ 17.23 11.68 1.49 -
YUV 87.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 164 65 5 0 0.60 0.97 0.36 22.64 0.94 0.33
Hex A4 41 5 0 3C 61 24 17 5E 21
Octal 244 101 5 0 74 141 44 27 136 41
Binary 10100100 1000001 101 0 111100 1100001 100100 10111 1011110 100001

Color Harmonies of #A44105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44105

Black with #A44105

Text Example


Text Example

White with #A44105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44105; }

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

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

background-color css

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

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

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

border-color css

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

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

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