Html Css Color HEX #A6500D Rust

📋 copy color: '#A6500D'

red 166 ◦ green 80 ◦ blue 13

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

Shades of Rust #A6500D

Tints of Rust #A6500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 64.09%
G = 30.89%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6500D (or 0xA6500D) is known color: Rust. HEX triplet: A6, 50 and 0D. RGB value is (166,80,13). Sum of RGB (Red+Green+Blue) = 166+80+13=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6500D is #59AFF2. Grayscale: #626262. Windows color (decimal): -5877747 or 872614. OLE color: 872614.

HSL color Cylindrical-coordinate representation of color #A6500D: hue angle of 26.27º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6500D is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 13 -
CMYK 0 0.52 0.92 0.35
HSL 26.27º 0.85% 0.35% -
HSV(B) 26.27º 0.92% 0.65% -
XYZ 18.67 13.87 2.07 -
YUV 98.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 166 80 13 0 0.52 0.92 0.35 26.27 0.85 0.35
Hex A6 50 D 0 34 5C 23 1A 55 23
Octal 246 120 15 0 64 134 43 32 125 43
Binary 10100110 1010000 1101 0 110100 1011100 100011 11010 1010101 100011

Color Harmonies of #A6500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6500D

Black with #A6500D

Text Example


Text Example

White with #A6500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6500D; }

 p { color: rgb(166,80,13); }

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

background-color css

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

 a { background-color: rgb(166,80,13); }

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

border-color css

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

 span { border-color: rgb(166,80,13); }

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