Html Css Color HEX #A6371A Rust

📋 copy color: '#A6371A'

red 166 ◦ green 55 ◦ blue 26

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

Shades of Rust #A6371A

Tints of Rust #A6371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 67.21%
G = 22.27%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6371A (or 0xA6371A) is known color: Rust. HEX triplet: A6, 37 and 1A. RGB value is (166,55,26). Sum of RGB (Red+Green+Blue) = 166+55+26=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6371A is #59C8E5. Grayscale: #555555. Windows color (decimal): -5884134 or 1718182. OLE color: 1718182.

HSL color Cylindrical-coordinate representation of color #A6371A: hue angle of 12.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6371A is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 26 -
CMYK 0 0.67 0.84 0.35
HSL 12.43º 0.73% 0.38% -
HSV(B) 12.43º 0.84% 0.65% -
XYZ 17.28 10.91 2.17 -
YUV 84.88 94.77 185.86 -
System Red Green Blue C M Y K H S L
Decimal 166 55 26 0 0.67 0.84 0.35 12.43 0.73 0.38
Hex A6 37 1A 0 43 54 23 C 49 26
Octal 246 67 32 0 103 124 43 14 111 46
Binary 10100110 110111 11010 0 1000011 1010100 100011 1100 1001001 100110

Color Harmonies of #A6371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6371A

Black with #A6371A

Text Example


Text Example

White with #A6371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6371A; }

 p { color: rgb(166,55,26); }

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

background-color css

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

 a { background-color: rgb(166,55,26); }

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

border-color css

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

 span { border-color: rgb(166,55,26); }

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