Html Css Color HEX #A34214 Rust

📋 copy color: '#A34214'

red 163 ◦ green 66 ◦ blue 20

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

Shades of Rust #A34214

Tints of Rust #A34214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 65.46%
G = 26.51%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A34214 (or 0xA34214) is known color: Rust. HEX triplet: A3, 42 and 14. RGB value is (163,66,20). Sum of RGB (Red+Green+Blue) = 163+66+20=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A34214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34214 is #5CBDEB. Grayscale: #5A5A5A. Windows color (decimal): -6077932 or 1327779. OLE color: 1327779.

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

Color convert

RGB 163 66 20 -
CMYK 0 0.60 0.88 0.36
HSL 19.3º 0.78% 0.36% -
HSV(B) 19.3º 0.88% 0.64% -
XYZ 17.18 11.73 2.02 -
YUV 89.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 163 66 20 0 0.60 0.88 0.36 19.3 0.78 0.36
Hex A3 42 14 0 3C 58 24 13 4E 24
Octal 243 102 24 0 74 130 44 23 116 44
Binary 10100011 1000010 10100 0 111100 1011000 100100 10011 1001110 100100

Color Harmonies of #A34214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34214

Black with #A34214

Text Example


Text Example

White with #A34214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34214; }

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

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

background-color css

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

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

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

border-color css

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

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

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