Html Css Color HEX #A44F04 Rust

📋 copy color: '#A44F04'

red 164 ◦ green 79 ◦ blue 4

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

Shades of Rust #A44F04

Tints of Rust #A44F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.98%

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

R = 66.4%
G = 31.98%
B = 1.62%

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

#A44F04 (or 0xA44F04) is known color: Rust. HEX triplet: A4, 4F and 04. RGB value is (164,79,4). Sum of RGB (Red+Green+Blue) = 164+79+4=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A44F04 is #5BB0FB. Grayscale: #606060. Windows color (decimal): -6009084 or 282532. OLE color: 282532.

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

Color convert

RGB 164 79 4 -
CMYK 0 0.52 0.98 0.36
HSL 28.13º 0.95% 0.33% -
HSV(B) 28.13º 0.98% 0.64% -
XYZ 18.13 13.49 1.76 -
YUV 95.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 164 79 4 0 0.52 0.98 0.36 28.13 0.95 0.33
Hex A4 4F 4 0 34 62 24 1C 5F 21
Octal 244 117 4 0 64 142 44 34 137 41
Binary 10100100 1001111 100 0 110100 1100010 100100 11100 1011111 100001

Color Harmonies of #A44F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44F04

Black with #A44F04

Text Example


Text Example

White with #A44F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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