Html Css Color HEX #A44604 Rust

📋 copy color: '#A44604'

red 164 ◦ green 70 ◦ blue 4

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

Shades of Rust #A44604

Tints of Rust #A44604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 68.91%
G = 29.41%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A44604 (or 0xA44604) is known color: Rust. HEX triplet: A4, 46 and 04. RGB value is (164,70,4). Sum of RGB (Red+Green+Blue) = 164+70+4=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A44604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44604 is #5BB9FB. Grayscale: #5A5A5A. Windows color (decimal): -6011388 or 280228. OLE color: 280228.

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

Color convert

RGB 164 70 4 -
CMYK 0 0.57 0.98 0.36
HSL 24.75º 0.95% 0.33% -
HSV(B) 24.75º 0.98% 0.64% -
XYZ 17.52 12.28 1.56 -
YUV 90.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 164 70 4 0 0.57 0.98 0.36 24.75 0.95 0.33
Hex A4 46 4 0 39 62 24 19 5F 21
Octal 244 106 4 0 71 142 44 31 137 41
Binary 10100100 1000110 100 0 111001 1100010 100100 11001 1011111 100001

Color Harmonies of #A44604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44604

Black with #A44604

Text Example


Text Example

White with #A44604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44604; }

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

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

background-color css

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

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

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

border-color css

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

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

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