Html Css Color HEX #A04004 Rust

📋 copy color: '#A04004'

red 160 ◦ green 64 ◦ blue 4

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

Shades of Rust #A04004

Tints of Rust #A04004

RGB

 RED value IS 160 (62.89% from 255) = 70.18%

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 70.18%
G = 28.07%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A04004 (or 0xA04004) is known color: Rust. HEX triplet: A0, 40 and 04. RGB value is (160,64,4). Sum of RGB (Red+Green+Blue) = 160+64+4=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A04004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04004 is #5FBFFB. Grayscale: #565656. Windows color (decimal): -6275068 or 278688. OLE color: 278688.

HSL color Cylindrical-coordinate representation of color #A04004: hue angle of 23.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A04004 is Cyan = 0, Magento = 0.6, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 4 -
CMYK 0 0.6 0.98 0.37
HSL 23.08º 0.95% 0.32% -
HSV(B) 23.08º 0.98% 0.63% -
XYZ 16.35 11.15 1.4 -
YUV 85.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 160 64 4 0 0.6 0.98 0.37 23.08 0.95 0.32
Hex A0 40 4 0 3C 62 25 17 5F 20
Octal 240 100 4 0 74 142 45 27 137 40
Binary 10100000 1000000 100 0 111100 1100010 100101 10111 1011111 100000

Color Harmonies of #A04004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04004

Black with #A04004

Text Example


Text Example

White with #A04004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04004; }

 p { color: rgb(160,64,4); }

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

background-color css

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

 a { background-color: rgb(160,64,4); }

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

border-color css

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

 span { border-color: rgb(160,64,4); }

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