Html Css Color HEX #A53614 Rust

📋 copy color: '#A53614'

red 165 ◦ green 54 ◦ blue 20

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

Shades of Rust #A53614

Tints of Rust #A53614

RGB

 RED value IS 165 (64.84% from 255) = 69.04%

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 69.04%
G = 22.59%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A53614 (or 0xA53614) is known color: Rust. HEX triplet: A5, 36 and 14. RGB value is (165,54,20). Sum of RGB (Red+Green+Blue) = 165+54+20=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A53614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53614 is #5AC9EB. Grayscale: #535353. Windows color (decimal): -5949932 or 1324709. OLE color: 1324709.

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

Color convert

RGB 165 54 20 -
CMYK 0 0.67 0.88 0.35
HSL 14.07º 0.78% 0.36% -
HSV(B) 14.07º 0.88% 0.65% -
XYZ 16.96 10.69 1.83 -
YUV 83.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 165 54 20 0 0.67 0.88 0.35 14.07 0.78 0.36
Hex A5 36 14 0 43 58 23 E 4E 24
Octal 245 66 24 0 103 130 43 16 116 44
Binary 10100101 110110 10100 0 1000011 1011000 100011 1110 1001110 100100

Color Harmonies of #A53614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53614

Black with #A53614

Text Example


Text Example

White with #A53614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53614; }

 p { color: rgb(165,54,20); }

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

background-color css

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

 a { background-color: rgb(165,54,20); }

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

border-color css

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

 span { border-color: rgb(165,54,20); }

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