Html Css Color HEX #A34511 Rust

📋 copy color: '#A34511'

red 163 ◦ green 69 ◦ blue 17

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

Shades of Rust #A34511

Tints of Rust #A34511

RGB

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

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

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

R = 65.46%
G = 27.71%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34511 (or 0xA34511) is known color: Rust. HEX triplet: A3, 45 and 11. RGB value is (163,69,17). Sum of RGB (Red+Green+Blue) = 163+69+17=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A34511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34511 is #5CBAEE. Grayscale: #5B5B5B. Windows color (decimal): -6077167 or 1131939. OLE color: 1131939.

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

Color convert

RGB 163 69 17 -
CMYK 0 0.58 0.90 0.36
HSL 21.37º 0.81% 0.35% -
HSV(B) 21.37º 0.9% 0.64% -
XYZ 17.33 12.08 1.95 -
YUV 91.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 163 69 17 0 0.58 0.90 0.36 21.37 0.81 0.35
Hex A3 45 11 0 3A 5A 24 15 51 23
Octal 243 105 21 0 72 132 44 25 121 43
Binary 10100011 1000101 10001 0 111010 1011010 100100 10101 1010001 100011

Color Harmonies of #A34511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34511

Black with #A34511

Text Example


Text Example

White with #A34511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34511; }

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

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

background-color css

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

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

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

border-color css

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

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

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