Html Css Color HEX #A44E04 Rust

📋 copy color: '#A44E04'

red 164 ◦ green 78 ◦ blue 4

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

Shades of Rust #A44E04

Tints of Rust #A44E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.71%

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

R = 66.67%
G = 31.71%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44E04 (or 0xA44E04) is known color: Rust. HEX triplet: A4, 4E and 04. RGB value is (164,78,4). Sum of RGB (Red+Green+Blue) = 164+78+4=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44E04 is #5BB1FB. Grayscale: #5F5F5F. Windows color (decimal): -6009340 or 282276. OLE color: 282276.

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

Color convert

RGB 164 78 4 -
CMYK 0 0.52 0.98 0.36
HSL 27.75º 0.95% 0.33% -
HSV(B) 27.75º 0.98% 0.64% -
XYZ 18.06 13.35 1.74 -
YUV 95.28 76.49 177.02 -
System Red Green Blue C M Y K H S L
Decimal 164 78 4 0 0.52 0.98 0.36 27.75 0.95 0.33
Hex A4 4E 4 0 34 62 24 1C 5F 21
Octal 244 116 4 0 64 142 44 34 137 41
Binary 10100100 1001110 100 0 110100 1100010 100100 11100 1011111 100001

Color Harmonies of #A44E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44E04

Black with #A44E04

Text Example


Text Example

White with #A44E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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