Html Css Color HEX #A63111 Rust

📋 copy color: '#A63111'

red 166 ◦ green 49 ◦ blue 17

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

Shades of Rust #A63111

Tints of Rust #A63111

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 71.55%
G = 21.12%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63111 (or 0xA63111) is known color: Rust. HEX triplet: A6, 31 and 11. RGB value is (166,49,17). Sum of RGB (Red+Green+Blue) = 166+49+17=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A63111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63111 is #59CEEE. Grayscale: #505050. Windows color (decimal): -5885679 or 1126822. OLE color: 1126822.

HSL color Cylindrical-coordinate representation of color #A63111: hue angle of 12.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63111 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 17 -
CMYK 0 0.70 0.90 0.35
HSL 12.89º 0.81% 0.36% -
HSV(B) 12.89º 0.9% 0.65% -
XYZ 16.93 10.34 1.63 -
YUV 80.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 166 49 17 0 0.70 0.90 0.35 12.89 0.81 0.36
Hex A6 31 11 0 46 5A 23 D 51 24
Octal 246 61 21 0 106 132 43 15 121 44
Binary 10100110 110001 10001 0 1000110 1011010 100011 1101 1010001 100100

Color Harmonies of #A63111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63111

Black with #A63111

Text Example


Text Example

White with #A63111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63111; }

 p { color: rgb(166,49,17); }

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

background-color css

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

 a { background-color: rgb(166,49,17); }

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

border-color css

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

 span { border-color: rgb(166,49,17); }

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