Html Css Color HEX #A54615 Rust

📋 copy color: '#A54615'

red 165 ◦ green 70 ◦ blue 21

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

Shades of Rust #A54615

Tints of Rust #A54615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 64.45%
G = 27.34%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54615 (or 0xA54615) is known color: Rust. HEX triplet: A5, 46 and 15. RGB value is (165,70,21). Sum of RGB (Red+Green+Blue) = 165+70+21=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54615 is #5AB9EA. Grayscale: #5D5D5D. Windows color (decimal): -5945835 or 1394341. OLE color: 1394341.

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

Color convert

RGB 165 70 21 -
CMYK 0 0.58 0.87 0.35
HSL 20.42º 0.77% 0.36% -
HSV(B) 20.42º 0.87% 0.65% -
XYZ 17.84 12.43 2.17 -
YUV 92.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 165 70 21 0 0.58 0.87 0.35 20.42 0.77 0.36
Hex A5 46 15 0 3A 57 23 14 4D 24
Octal 245 106 25 0 72 127 43 24 115 44
Binary 10100101 1000110 10101 0 111010 1010111 100011 10100 1001101 100100

Color Harmonies of #A54615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54615

Black with #A54615

Text Example


Text Example

White with #A54615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54615; }

 p { color: rgb(165,70,21); }

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

background-color css

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

 a { background-color: rgb(165,70,21); }

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

border-color css

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

 span { border-color: rgb(165,70,21); }

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