Html Css Color HEX #A6410E Rust

📋 copy color: '#A6410E'

red 166 ◦ green 65 ◦ blue 14

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

Shades of Rust #A6410E

Tints of Rust #A6410E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 67.76%
G = 26.53%
B = 5.71%

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

#A6410E (or 0xA6410E) is known color: Rust. HEX triplet: A6, 41 and 0E. RGB value is (166,65,14). Sum of RGB (Red+Green+Blue) = 166+65+14=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6410E is #59BEF1. Grayscale: #595959. Windows color (decimal): -5881586 or 934310. OLE color: 934310.

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

Color convert

RGB 166 65 14 -
CMYK 0 0.61 0.92 0.35
HSL 20.13º 0.84% 0.35% -
HSV(B) 20.13º 0.92% 0.65% -
XYZ 17.7 11.92 1.78 -
YUV 89.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 166 65 14 0 0.61 0.92 0.35 20.13 0.84 0.35
Hex A6 41 E 0 3D 5C 23 14 54 23
Octal 246 101 16 0 75 134 43 24 124 43
Binary 10100110 1000001 1110 0 111101 1011100 100011 10100 1010100 100011

Color Harmonies of #A6410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6410E

Black with #A6410E

Text Example


Text Example

White with #A6410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6410E; }

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

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

background-color css

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

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

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

border-color css

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

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

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