Html Css Color HEX #A6440B Rust

📋 copy color: '#A6440B'

red 166 ◦ green 68 ◦ blue 11

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

Shades of Rust #A6440B

Tints of Rust #A6440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.76%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 67.76%
G = 27.76%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6440B (or 0xA6440B) is known color: Rust. HEX triplet: A6, 44 and 0B. RGB value is (166,68,11). Sum of RGB (Red+Green+Blue) = 166+68+11=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6440B is #59BBF4. Grayscale: #5B5B5B. Windows color (decimal): -5880821 or 738470. OLE color: 738470.

HSL color Cylindrical-coordinate representation of color #A6440B: hue angle of 22.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6440B is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 68 11 -
CMYK 0 0.59 0.93 0.35
HSL 22.06º 0.88% 0.35% -
HSV(B) 22.06º 0.93% 0.65% -
XYZ 17.85 12.27 1.74 -
YUV 90.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 166 68 11 0 0.59 0.93 0.35 22.06 0.88 0.35
Hex A6 44 B 0 3B 5D 23 16 58 23
Octal 246 104 13 0 73 135 43 26 130 43
Binary 10100110 1000100 1011 0 111011 1011101 100011 10110 1011000 100011

Color Harmonies of #A6440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6440B

Black with #A6440B

Text Example


Text Example

White with #A6440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6440B; }

 p { color: rgb(166,68,11); }

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

background-color css

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

 a { background-color: rgb(166,68,11); }

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

border-color css

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

 span { border-color: rgb(166,68,11); }

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