Html Css Color HEX #A34514 Rust

📋 copy color: '#A34514'

red 163 ◦ green 69 ◦ blue 20

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

Shades of Rust #A34514

Tints of Rust #A34514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 64.68%
G = 27.38%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A34514 (or 0xA34514) is known color: Rust. HEX triplet: A3, 45 and 14. RGB value is (163,69,20). Sum of RGB (Red+Green+Blue) = 163+69+20=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34514 is #5CBAEB. Grayscale: #5B5B5B. Windows color (decimal): -6077164 or 1328547. OLE color: 1328547.

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

Color convert

RGB 163 69 20 -
CMYK 0 0.58 0.88 0.36
HSL 20.56º 0.78% 0.36% -
HSV(B) 20.56º 0.88% 0.64% -
XYZ 17.36 12.09 2.08 -
YUV 91.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 163 69 20 0 0.58 0.88 0.36 20.56 0.78 0.36
Hex A3 45 14 0 3A 58 24 15 4E 24
Octal 243 105 24 0 72 130 44 25 116 44
Binary 10100011 1000101 10100 0 111010 1011000 100100 10101 1001110 100100

Color Harmonies of #A34514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34514

Black with #A34514

Text Example


Text Example

White with #A34514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34514; }

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

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

background-color css

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

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

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

border-color css

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

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

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