Html Css Color HEX #A64913 Rust

📋 copy color: '#A64913'

red 166 ◦ green 73 ◦ blue 19

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

Shades of Rust #A64913

Tints of Rust #A64913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 64.34%
G = 28.29%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64913 (or 0xA64913) is known color: Rust. HEX triplet: A6, 49 and 13. RGB value is (166,73,19). Sum of RGB (Red+Green+Blue) = 166+73+19=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64913 is #59B6EC. Grayscale: #5E5E5E. Windows color (decimal): -5879533 or 1264038. OLE color: 1264038.

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

Color convert

RGB 166 73 19 -
CMYK 0 0.56 0.89 0.35
HSL 22.04º 0.79% 0.36% -
HSV(B) 22.04º 0.89% 0.65% -
XYZ 18.23 12.92 2.15 -
YUV 94.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 166 73 19 0 0.56 0.89 0.35 22.04 0.79 0.36
Hex A6 49 13 0 38 59 23 16 4F 24
Octal 246 111 23 0 70 131 43 26 117 44
Binary 10100110 1001001 10011 0 111000 1011001 100011 10110 1001111 100100

Color Harmonies of #A64913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64913

Black with #A64913

Text Example


Text Example

White with #A64913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64913; }

 p { color: rgb(166,73,19); }

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

background-color css

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

 a { background-color: rgb(166,73,19); }

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

border-color css

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

 span { border-color: rgb(166,73,19); }

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