Html Css Color HEX #A6490A Rust

📋 copy color: '#A6490A'

red 166 ◦ green 73 ◦ blue 10

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

Shades of Rust #A6490A

Tints of Rust #A6490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 66.67%
G = 29.32%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6490A (or 0xA6490A) is known color: Rust. HEX triplet: A6, 49 and 0A. RGB value is (166,73,10). Sum of RGB (Red+Green+Blue) = 166+73+10=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6490A is #59B6F5. Grayscale: #5D5D5D. Windows color (decimal): -5879542 or 674214. OLE color: 674214.

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

Color convert

RGB 166 73 10 -
CMYK 0 0.56 0.94 0.35
HSL 24.23º 0.89% 0.35% -
HSV(B) 24.23º 0.94% 0.65% -
XYZ 18.16 12.89 1.82 -
YUV 93.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 166 73 10 0 0.56 0.94 0.35 24.23 0.89 0.35
Hex A6 49 A 0 38 5E 23 18 59 23
Octal 246 111 12 0 70 136 43 30 131 43
Binary 10100110 1001001 1010 0 111000 1011110 100011 11000 1011001 100011

Color Harmonies of #A6490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6490A

Black with #A6490A

Text Example


Text Example

White with #A6490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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