Html Css Color HEX #A34904 Rust

📋 copy color: '#A34904'

red 163 ◦ green 73 ◦ blue 4

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

Shades of Rust #A34904

Tints of Rust #A34904

RGB

 RED value IS 163 (64.06% from 255) = 67.92%

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 67.92%
G = 30.42%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A34904 (or 0xA34904) is known color: Rust. HEX triplet: A3, 49 and 04. RGB value is (163,73,4). Sum of RGB (Red+Green+Blue) = 163+73+4=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A34904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34904 is #5CB6FB. Grayscale: #5C5C5C. Windows color (decimal): -6076156 or 280995. OLE color: 280995.

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

Color convert

RGB 163 73 4 -
CMYK 0 0.55 0.98 0.36
HSL 26.04º 0.95% 0.33% -
HSV(B) 26.04º 0.98% 0.64% -
XYZ 17.51 12.56 1.62 -
YUV 92.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 163 73 4 0 0.55 0.98 0.36 26.04 0.95 0.33
Hex A3 49 4 0 37 62 24 1A 5F 21
Octal 243 111 4 0 67 142 44 32 137 41
Binary 10100011 1001001 100 0 110111 1100010 100100 11010 1011111 100001

Color Harmonies of #A34904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34904

Black with #A34904

Text Example


Text Example

White with #A34904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34904; }

 p { color: rgb(163,73,4); }

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

background-color css

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

 a { background-color: rgb(163,73,4); }

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

border-color css

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

 span { border-color: rgb(163,73,4); }

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