Html Css Color HEX #A6470F Rust

📋 copy color: '#A6470F'

red 166 ◦ green 71 ◦ blue 15

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

Shades of Rust #A6470F

Tints of Rust #A6470F

RGB

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

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

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

R = 65.87%
G = 28.17%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6470F (or 0xA6470F) is known color: Rust. HEX triplet: A6, 47 and 0F. RGB value is (166,71,15). Sum of RGB (Red+Green+Blue) = 166+71+15=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6470F is #59B8F0. Grayscale: #5D5D5D. Windows color (decimal): -5880049 or 1001382. OLE color: 1001382.

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

Color convert

RGB 166 71 15 -
CMYK 0 0.57 0.91 0.35
HSL 22.25º 0.83% 0.35% -
HSV(B) 22.25º 0.91% 0.65% -
XYZ 18.07 12.65 1.94 -
YUV 93.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 166 71 15 0 0.57 0.91 0.35 22.25 0.83 0.35
Hex A6 47 F 0 39 5B 23 16 53 23
Octal 246 107 17 0 71 133 43 26 123 43
Binary 10100110 1000111 1111 0 111001 1011011 100011 10110 1010011 100011

Color Harmonies of #A6470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6470F

Black with #A6470F

Text Example


Text Example

White with #A6470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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