Html Css Color HEX #A6380E Rust

📋 copy color: '#A6380E'

red 166 ◦ green 56 ◦ blue 14

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

Shades of Rust #A6380E

Tints of Rust #A6380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 70.34%
G = 23.73%
B = 5.93%

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

#A6380E (or 0xA6380E) is known color: Rust. HEX triplet: A6, 38 and 0E. RGB value is (166,56,14). Sum of RGB (Red+Green+Blue) = 166+56+14=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A6380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6380E is #59C7F1. Grayscale: #545454. Windows color (decimal): -5883890 or 932006. OLE color: 932006.

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

Color convert

RGB 166 56 14 -
CMYK 0 0.66 0.92 0.35
HSL 16.58º 0.84% 0.35% -
HSV(B) 16.58º 0.92% 0.65% -
XYZ 17.22 10.97 1.62 -
YUV 84.1 88.44 186.42 -
System Red Green Blue C M Y K H S L
Decimal 166 56 14 0 0.66 0.92 0.35 16.58 0.84 0.35
Hex A6 38 E 0 42 5C 23 11 54 23
Octal 246 70 16 0 102 134 43 21 124 43
Binary 10100110 111000 1110 0 1000010 1011100 100011 10001 1010100 100011

Color Harmonies of #A6380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6380E

Black with #A6380E

Text Example


Text Example

White with #A6380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6380E; }

 p { color: rgb(166,56,14); }

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

background-color css

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

 a { background-color: rgb(166,56,14); }

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

border-color css

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

 span { border-color: rgb(166,56,14); }

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