Html Css Color HEX #A34811 Rust

📋 copy color: '#A34811'

red 163 ◦ green 72 ◦ blue 17

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

Shades of Rust #A34811

Tints of Rust #A34811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 64.68%
G = 28.57%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34811 (or 0xA34811) is known color: Rust. HEX triplet: A3, 48 and 11. RGB value is (163,72,17). Sum of RGB (Red+Green+Blue) = 163+72+17=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34811 is #5CB7EE. Grayscale: #5D5D5D. Windows color (decimal): -6076399 or 1132707. OLE color: 1132707.

HSL color Cylindrical-coordinate representation of color #A34811: hue angle of 22.6º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34811 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 72 17 -
CMYK 0 0.56 0.90 0.36
HSL 22.6º 0.81% 0.35% -
HSV(B) 22.6º 0.9% 0.64% -
XYZ 17.52 12.46 2.01 -
YUV 92.94 85.15 177.97 -
System Red Green Blue C M Y K H S L
Decimal 163 72 17 0 0.56 0.90 0.36 22.6 0.81 0.35
Hex A3 48 11 0 38 5A 24 17 51 23
Octal 243 110 21 0 70 132 44 27 121 43
Binary 10100011 1001000 10001 0 111000 1011010 100100 10111 1010001 100011

Color Harmonies of #A34811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34811

Black with #A34811

Text Example


Text Example

White with #A34811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34811; }

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

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

background-color css

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

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

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

border-color css

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

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

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