Html Css Color HEX #A34211 Rust

📋 copy color: '#A34211'

red 163 ◦ green 66 ◦ blue 17

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

Shades of Rust #A34211

Tints of Rust #A34211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 66.26%
G = 26.83%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34211 (or 0xA34211) is known color: Rust. HEX triplet: A3, 42 and 11. RGB value is (163,66,17). Sum of RGB (Red+Green+Blue) = 163+66+17=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A34211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34211 is #5CBDEE. Grayscale: #595959. Windows color (decimal): -6077935 or 1131171. OLE color: 1131171.

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

Color convert

RGB 163 66 17 -
CMYK 0 0.60 0.90 0.36
HSL 20.14º 0.81% 0.35% -
HSV(B) 20.14º 0.9% 0.64% -
XYZ 17.15 11.72 1.89 -
YUV 89.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 163 66 17 0 0.60 0.90 0.36 20.14 0.81 0.35
Hex A3 42 11 0 3C 5A 24 14 51 23
Octal 243 102 21 0 74 132 44 24 121 43
Binary 10100011 1000010 10001 0 111100 1011010 100100 10100 1010001 100011

Color Harmonies of #A34211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34211

Black with #A34211

Text Example


Text Example

White with #A34211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34211; }

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

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

background-color css

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

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

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

border-color css

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

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

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