Html Css Color HEX #A44D04 Rust

📋 copy color: '#A44D04'

red 164 ◦ green 77 ◦ blue 4

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

Shades of Rust #A44D04

Tints of Rust #A44D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 66.94%
G = 31.43%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44D04 (or 0xA44D04) is known color: Rust. HEX triplet: A4, 4D and 04. RGB value is (164,77,4). Sum of RGB (Red+Green+Blue) = 164+77+4=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44D04 is #5BB2FB. Grayscale: #5F5F5F. Windows color (decimal): -6009596 or 282020. OLE color: 282020.

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

Color convert

RGB 164 77 4 -
CMYK 0 0.53 0.98 0.36
HSL 27.38º 0.95% 0.33% -
HSV(B) 27.38º 0.98% 0.64% -
XYZ 17.99 13.21 1.72 -
YUV 94.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 164 77 4 0 0.53 0.98 0.36 27.38 0.95 0.33
Hex A4 4D 4 0 35 62 24 1B 5F 21
Octal 244 115 4 0 65 142 44 33 137 41
Binary 10100100 1001101 100 0 110101 1100010 100100 11011 1011111 100001

Color Harmonies of #A44D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D04

Black with #A44D04

Text Example


Text Example

White with #A44D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D04; }

 p { color: rgb(164,77,4); }

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

background-color css

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

 a { background-color: rgb(164,77,4); }

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

border-color css

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

 span { border-color: rgb(164,77,4); }

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