Html Css Color HEX #A6390D Rust

📋 copy color: '#A6390D'

red 166 ◦ green 57 ◦ blue 13

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

Shades of Rust #A6390D

Tints of Rust #A6390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

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

R = 70.34%
G = 24.15%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6390D (or 0xA6390D) is known color: Rust. HEX triplet: A6, 39 and 0D. RGB value is (166,57,13). Sum of RGB (Red+Green+Blue) = 166+57+13=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A6390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6390D is #59C6F2. Grayscale: #545454. Windows color (decimal): -5883635 or 866726. OLE color: 866726.

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

Color convert

RGB 166 57 13 -
CMYK 0 0.66 0.92 0.35
HSL 17.25º 0.85% 0.35% -
HSV(B) 17.25º 0.92% 0.65% -
XYZ 17.26 11.06 1.61 -
YUV 84.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 166 57 13 0 0.66 0.92 0.35 17.25 0.85 0.35
Hex A6 39 D 0 42 5C 23 11 55 23
Octal 246 71 15 0 102 134 43 21 125 43
Binary 10100110 111001 1101 0 1000010 1011100 100011 10001 1010101 100011

Color Harmonies of #A6390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6390D

Black with #A6390D

Text Example


Text Example

White with #A6390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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