Html Css Color HEX #A34504 Rust

📋 copy color: '#A34504'

red 163 ◦ green 69 ◦ blue 4

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

Shades of Rust #A34504

Tints of Rust #A34504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 69.07%
G = 29.24%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A34504 (or 0xA34504) is known color: Rust. HEX triplet: A3, 45 and 04. RGB value is (163,69,4). Sum of RGB (Red+Green+Blue) = 163+69+4=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A34504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34504 is #5CBAFB. Grayscale: #5A5A5A. Windows color (decimal): -6077180 or 279971. OLE color: 279971.

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

Color convert

RGB 163 69 4 -
CMYK 0 0.58 0.98 0.36
HSL 24.53º 0.95% 0.33% -
HSV(B) 24.53º 0.98% 0.64% -
XYZ 17.25 12.05 1.53 -
YUV 89.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 163 69 4 0 0.58 0.98 0.36 24.53 0.95 0.33
Hex A3 45 4 0 3A 62 24 19 5F 21
Octal 243 105 4 0 72 142 44 31 137 41
Binary 10100011 1000101 100 0 111010 1100010 100100 11001 1011111 100001

Color Harmonies of #A34504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34504

Black with #A34504

Text Example


Text Example

White with #A34504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34504; }

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

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

background-color css

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

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

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

border-color css

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

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

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