Html Css Color HEX #A34104 Rust

📋 copy color: '#A34104'

red 163 ◦ green 65 ◦ blue 4

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

Shades of Rust #A34104

Tints of Rust #A34104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

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

R = 70.26%
G = 28.02%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A34104 (or 0xA34104) is known color: Rust. HEX triplet: A3, 41 and 04. RGB value is (163,65,4). Sum of RGB (Red+Green+Blue) = 163+65+4=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A34104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34104 is #5CBEFB. Grayscale: #575757. Windows color (decimal): -6078204 or 278947. OLE color: 278947.

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

Color convert

RGB 163 65 4 -
CMYK 0 0.60 0.98 0.36
HSL 23.02º 0.95% 0.33% -
HSV(B) 23.02º 0.98% 0.64% -
XYZ 17.02 11.58 1.45 -
YUV 87.35 80.97 181.96 -
System Red Green Blue C M Y K H S L
Decimal 163 65 4 0 0.60 0.98 0.36 23.02 0.95 0.33
Hex A3 41 4 0 3C 62 24 17 5F 21
Octal 243 101 4 0 74 142 44 27 137 41
Binary 10100011 1000001 100 0 111100 1100010 100100 10111 1011111 100001

Color Harmonies of #A34104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34104

Black with #A34104

Text Example


Text Example

White with #A34104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34104; }

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

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

background-color css

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

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

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

border-color css

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

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

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