Html Css Color HEX #A34604 Rust

📋 copy color: '#A34604'

red 163 ◦ green 70 ◦ blue 4

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

Shades of Rust #A34604

Tints of Rust #A34604

RGB

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

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

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

R = 68.78%
G = 29.54%
B = 1.69%

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

#A34604 (or 0xA34604) is known color: Rust. HEX triplet: A3, 46 and 04. RGB value is (163,70,4). Sum of RGB (Red+Green+Blue) = 163+70+4=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A34604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34604 is #5CB9FB. Grayscale: #5A5A5A. Windows color (decimal): -6076924 or 280227. OLE color: 280227.

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

Color convert

RGB 163 70 4 -
CMYK 0 0.57 0.98 0.36
HSL 24.91º 0.95% 0.33% -
HSV(B) 24.91º 0.98% 0.64% -
XYZ 17.32 12.18 1.55 -
YUV 90.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 163 70 4 0 0.57 0.98 0.36 24.91 0.95 0.33
Hex A3 46 4 0 39 62 24 19 5F 21
Octal 243 106 4 0 71 142 44 31 137 41
Binary 10100011 1000110 100 0 111001 1100010 100100 11001 1011111 100001

Color Harmonies of #A34604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34604

Black with #A34604

Text Example


Text Example

White with #A34604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34604; }

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

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

background-color css

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

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

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

border-color css

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

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

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