Html Css Color HEX #A6460C Rust

📋 copy color: '#A6460C'

red 166 ◦ green 70 ◦ blue 12

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

Shades of Rust #A6460C

Tints of Rust #A6460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 66.94%
G = 28.23%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6460C (or 0xA6460C) is known color: Rust. HEX triplet: A6, 46 and 0C. RGB value is (166,70,12). Sum of RGB (Red+Green+Blue) = 166+70+12=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6460C is #59B9F3. Grayscale: #5C5C5C. Windows color (decimal): -5880308 or 804518. OLE color: 804518.

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

Color convert

RGB 166 70 12 -
CMYK 0 0.58 0.93 0.35
HSL 22.6º 0.87% 0.35% -
HSV(B) 22.6º 0.93% 0.65% -
XYZ 17.98 12.51 1.82 -
YUV 92.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 166 70 12 0 0.58 0.93 0.35 22.6 0.87 0.35
Hex A6 46 C 0 3A 5D 23 17 57 23
Octal 246 106 14 0 72 135 43 27 127 43
Binary 10100110 1000110 1100 0 111010 1011101 100011 10111 1010111 100011

Color Harmonies of #A6460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6460C

Black with #A6460C

Text Example


Text Example

White with #A6460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6460C; }

 p { color: rgb(166,70,12); }

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

background-color css

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

 a { background-color: rgb(166,70,12); }

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

border-color css

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

 span { border-color: rgb(166,70,12); }

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