Html Css Color HEX #A34411 Rust

📋 copy color: '#A34411'

red 163 ◦ green 68 ◦ blue 17

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

Shades of Rust #A34411

Tints of Rust #A34411

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 65.73%
G = 27.42%
B = 6.85%

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

#A34411 (or 0xA34411) is known color: Rust. HEX triplet: A3, 44 and 11. RGB value is (163,68,17). Sum of RGB (Red+Green+Blue) = 163+68+17=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A34411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34411 is #5CBBEE. Grayscale: #5A5A5A. Windows color (decimal): -6077423 or 1131683. OLE color: 1131683.

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

Color convert

RGB 163 68 17 -
CMYK 0 0.58 0.90 0.36
HSL 20.96º 0.81% 0.35% -
HSV(B) 20.96º 0.9% 0.64% -
XYZ 17.27 11.96 1.93 -
YUV 90.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 163 68 17 0 0.58 0.90 0.36 20.96 0.81 0.35
Hex A3 44 11 0 3A 5A 24 15 51 23
Octal 243 104 21 0 72 132 44 25 121 43
Binary 10100011 1000100 10001 0 111010 1011010 100100 10101 1010001 100011

Color Harmonies of #A34411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34411

Black with #A34411

Text Example


Text Example

White with #A34411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34411; }

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

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

background-color css

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

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

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

border-color css

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

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

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