Html Css Color HEX #A6480D Rust

📋 copy color: '#A6480D'

red 166 ◦ green 72 ◦ blue 13

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

Shades of Rust #A6480D

Tints of Rust #A6480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.69%

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

R = 66.14%
G = 28.69%
B = 5.18%

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

#A6480D (or 0xA6480D) is known color: Rust. HEX triplet: A6, 48 and 0D. RGB value is (166,72,13). Sum of RGB (Red+Green+Blue) = 166+72+13=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480D is #59B7F2. Grayscale: #5D5D5D. Windows color (decimal): -5879795 or 870566. OLE color: 870566.

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

Color convert

RGB 166 72 13 -
CMYK 0 0.57 0.92 0.35
HSL 23.14º 0.85% 0.35% -
HSV(B) 23.14º 0.92% 0.65% -
XYZ 18.12 12.77 1.89 -
YUV 93.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 166 72 13 0 0.57 0.92 0.35 23.14 0.85 0.35
Hex A6 48 D 0 39 5C 23 17 55 23
Octal 246 110 15 0 71 134 43 27 125 43
Binary 10100110 1001000 1101 0 111001 1011100 100011 10111 1010101 100011

Color Harmonies of #A6480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6480D

Black with #A6480D

Text Example


Text Example

White with #A6480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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