Html Css Color HEX #A34209 Rust

📋 copy color: '#A34209'

red 163 ◦ green 66 ◦ blue 9

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

Shades of Rust #A34209

Tints of Rust #A34209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 68.49%
G = 27.73%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A34209 (or 0xA34209) is known color: Rust. HEX triplet: A3, 42 and 09. RGB value is (163,66,9). Sum of RGB (Red+Green+Blue) = 163+66+9=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A34209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34209 is #5CBDF6. Grayscale: #585858. Windows color (decimal): -6077943 or 606883. OLE color: 606883.

HSL color Cylindrical-coordinate representation of color #A34209: hue angle of 22.21º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A34209 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 9 -
CMYK 0 0.60 0.94 0.36
HSL 22.21º 0.9% 0.34% -
HSV(B) 22.21º 0.94% 0.64% -
XYZ 17.1 11.7 1.62 -
YUV 88.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 163 66 9 0 0.60 0.94 0.36 22.21 0.9 0.34
Hex A3 42 9 0 3C 5E 24 16 5A 22
Octal 243 102 11 0 74 136 44 26 132 42
Binary 10100011 1000010 1001 0 111100 1011110 100100 10110 1011010 100010

Color Harmonies of #A34209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34209

Black with #A34209

Text Example


Text Example

White with #A34209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34209; }

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

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

background-color css

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

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

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

border-color css

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

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

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