Html Css Color HEX #A64815 Rust

📋 copy color: '#A64815'

red 166 ◦ green 72 ◦ blue 21

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

Shades of Rust #A64815

Tints of Rust #A64815

RGB

 RED value IS 166 (65.23% from 255) = 64.09%

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 64.09%
G = 27.8%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64815 (or 0xA64815) is known color: Rust. HEX triplet: A6, 48 and 15. RGB value is (166,72,21). Sum of RGB (Red+Green+Blue) = 166+72+21=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64815 is #59B7EA. Grayscale: #5E5E5E. Windows color (decimal): -5879787 or 1394854. OLE color: 1394854.

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

Color convert

RGB 166 72 21 -
CMYK 0 0.57 0.87 0.35
HSL 21.1º 0.78% 0.37% -
HSV(B) 21.1º 0.87% 0.65% -
XYZ 18.18 12.8 2.22 -
YUV 94.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 166 72 21 0 0.57 0.87 0.35 21.1 0.78 0.37
Hex A6 48 15 0 39 57 23 15 4E 25
Octal 246 110 25 0 71 127 43 25 116 45
Binary 10100110 1001000 10101 0 111001 1010111 100011 10101 1001110 100101

Color Harmonies of #A64815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64815

Black with #A64815

Text Example


Text Example

White with #A64815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64815; }

 p { color: rgb(166,72,21); }

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

background-color css

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

 a { background-color: rgb(166,72,21); }

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

border-color css

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

 span { border-color: rgb(166,72,21); }

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