Html Css Color HEX #A34804 Rust

📋 copy color: '#A34804'

red 163 ◦ green 72 ◦ blue 4

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

Shades of Rust #A34804

Tints of Rust #A34804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 68.2%
G = 30.13%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A34804 (or 0xA34804) is known color: Rust. HEX triplet: A3, 48 and 04. RGB value is (163,72,4). Sum of RGB (Red+Green+Blue) = 163+72+4=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34804 is #5CB7FB. Grayscale: #5B5B5B. Windows color (decimal): -6076412 or 280739. OLE color: 280739.

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

Color convert

RGB 163 72 4 -
CMYK 0 0.56 0.98 0.36
HSL 25.66º 0.95% 0.33% -
HSV(B) 25.66º 0.98% 0.64% -
XYZ 17.44 12.43 1.59 -
YUV 91.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 163 72 4 0 0.56 0.98 0.36 25.66 0.95 0.33
Hex A3 48 4 0 38 62 24 1A 5F 21
Octal 243 110 4 0 70 142 44 32 137 41
Binary 10100011 1001000 100 0 111000 1100010 100100 11010 1011111 100001

Color Harmonies of #A34804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34804

Black with #A34804

Text Example


Text Example

White with #A34804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34804; }

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

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

background-color css

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

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

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

border-color css

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

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

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