Html Css Color HEX #A34011 Rust

📋 copy color: '#A34011'

red 163 ◦ green 64 ◦ blue 17

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

Shades of Rust #A34011

Tints of Rust #A34011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

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

R = 66.8%
G = 26.23%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34011 (or 0xA34011) is known color: Rust. HEX triplet: A3, 40 and 11. RGB value is (163,64,17). Sum of RGB (Red+Green+Blue) = 163+64+17=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A34011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34011 is #5CBFEE. Grayscale: #585858. Windows color (decimal): -6078447 or 1130659. OLE color: 1130659.

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

Color convert

RGB 163 64 17 -
CMYK 0 0.61 0.90 0.36
HSL 19.32º 0.81% 0.35% -
HSV(B) 19.32º 0.9% 0.64% -
XYZ 17.04 11.49 1.85 -
YUV 88.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 163 64 17 0 0.61 0.90 0.36 19.32 0.81 0.35
Hex A3 40 11 0 3D 5A 24 13 51 23
Octal 243 100 21 0 75 132 44 23 121 43
Binary 10100011 1000000 10001 0 111101 1011010 100100 10011 1010001 100011

Color Harmonies of #A34011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34011

Black with #A34011

Text Example


Text Example

White with #A34011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34011; }

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

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

background-color css

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

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

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

border-color css

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

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

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