Html Css Color HEX #A6470D Rust

📋 copy color: '#A6470D'

red 166 ◦ green 71 ◦ blue 13

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

Shades of Rust #A6470D

Tints of Rust #A6470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 66.4%
G = 28.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6470D (or 0xA6470D) is known color: Rust. HEX triplet: A6, 47 and 0D. RGB value is (166,71,13). Sum of RGB (Red+Green+Blue) = 166+71+13=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6470D is #59B8F2. Grayscale: #5D5D5D. Windows color (decimal): -5880051 or 870310. OLE color: 870310.

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

Color convert

RGB 166 71 13 -
CMYK 0 0.57 0.92 0.35
HSL 22.75º 0.85% 0.35% -
HSV(B) 22.75º 0.92% 0.65% -
XYZ 18.05 12.64 1.87 -
YUV 92.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 166 71 13 0 0.57 0.92 0.35 22.75 0.85 0.35
Hex A6 47 D 0 39 5C 23 17 55 23
Octal 246 107 15 0 71 134 43 27 125 43
Binary 10100110 1000111 1101 0 111001 1011100 100011 10111 1010101 100011

Color Harmonies of #A6470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6470D

Black with #A6470D

Text Example


Text Example

White with #A6470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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