Html Css Color HEX #A34D05 Rust

📋 copy color: '#A34D05'

red 163 ◦ green 77 ◦ blue 5

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

Shades of Rust #A34D05

Tints of Rust #A34D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 66.53%
G = 31.43%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A34D05 (or 0xA34D05) is known color: Rust. HEX triplet: A3, 4D and 05. RGB value is (163,77,5). Sum of RGB (Red+Green+Blue) = 163+77+5=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34D05 is #5CB2FA. Grayscale: #5E5E5E. Windows color (decimal): -6075131 or 347555. OLE color: 347555.

HSL color Cylindrical-coordinate representation of color #A34D05: hue angle of 27.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A34D05 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 77 5 -
CMYK 0 0.53 0.97 0.36
HSL 27.34º 0.94% 0.33% -
HSV(B) 27.34º 0.97% 0.64% -
XYZ 17.79 13.11 1.74 -
YUV 94.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 163 77 5 0 0.53 0.97 0.36 27.34 0.94 0.33
Hex A3 4D 5 0 35 61 24 1B 5E 21
Octal 243 115 5 0 65 141 44 33 136 41
Binary 10100011 1001101 101 0 110101 1100001 100100 11011 1011110 100001

Color Harmonies of #A34D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34D05

Black with #A34D05

Text Example


Text Example

White with #A34D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34D05; }

 p { color: rgb(163,77,5); }

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

background-color css

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

 a { background-color: rgb(163,77,5); }

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

border-color css

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

 span { border-color: rgb(163,77,5); }

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