Html Css Color HEX #A6400F Rust

📋 copy color: '#A6400F'

red 166 ◦ green 64 ◦ blue 15

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

Shades of Rust #A6400F

Tints of Rust #A6400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 67.76%
G = 26.12%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6400F (or 0xA6400F) is known color: Rust. HEX triplet: A6, 40 and 0F. RGB value is (166,64,15). Sum of RGB (Red+Green+Blue) = 166+64+15=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6400F is #59BFF0. Grayscale: #595959. Windows color (decimal): -5881841 or 999590. OLE color: 999590.

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

Color convert

RGB 166 64 15 -
CMYK 0 0.61 0.91 0.35
HSL 19.47º 0.83% 0.35% -
HSV(B) 19.47º 0.91% 0.65% -
XYZ 17.65 11.81 1.8 -
YUV 88.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 166 64 15 0 0.61 0.91 0.35 19.47 0.83 0.35
Hex A6 40 F 0 3D 5B 23 13 53 23
Octal 246 100 17 0 75 133 43 23 123 43
Binary 10100110 1000000 1111 0 111101 1011011 100011 10011 1010011 100011

Color Harmonies of #A6400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6400F

Black with #A6400F

Text Example


Text Example

White with #A6400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6400F; }

 p { color: rgb(166,64,15); }

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

background-color css

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

 a { background-color: rgb(166,64,15); }

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

border-color css

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

 span { border-color: rgb(166,64,15); }

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