Html Css Color HEX #A6410D Rust

📋 copy color: '#A6410D'

red 166 ◦ green 65 ◦ blue 13

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

Shades of Rust #A6410D

Tints of Rust #A6410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 68.03%
G = 26.64%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6410D (or 0xA6410D) is known color: Rust. HEX triplet: A6, 41 and 0D. RGB value is (166,65,13). Sum of RGB (Red+Green+Blue) = 166+65+13=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6410D is #59BEF2. Grayscale: #595959. Windows color (decimal): -5881587 or 868774. OLE color: 868774.

HSL color Cylindrical-coordinate representation of color #A6410D: hue angle of 20.39º 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 #A6410D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 13 -
CMYK 0 0.61 0.92 0.35
HSL 20.39º 0.85% 0.35% -
HSV(B) 20.39º 0.92% 0.65% -
XYZ 17.69 11.92 1.75 -
YUV 89.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 166 65 13 0 0.61 0.92 0.35 20.39 0.85 0.35
Hex A6 41 D 0 3D 5C 23 14 55 23
Octal 246 101 15 0 75 134 43 24 125 43
Binary 10100110 1000001 1101 0 111101 1011100 100011 10100 1010101 100011

Color Harmonies of #A6410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6410D

Black with #A6410D

Text Example


Text Example

White with #A6410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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