Html Css Color HEX #A63511 Rust

📋 copy color: '#A63511'

red 166 ◦ green 53 ◦ blue 17

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

Shades of Rust #A63511

Tints of Rust #A63511

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.46%

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

R = 70.34%
G = 22.46%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63511 (or 0xA63511) is known color: Rust. HEX triplet: A6, 35 and 11. RGB value is (166,53,17). Sum of RGB (Red+Green+Blue) = 166+53+17=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63511 is #59CAEE. Grayscale: #525252. Windows color (decimal): -5884655 or 1127846. OLE color: 1127846.

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

Color convert

RGB 166 53 17 -
CMYK 0 0.68 0.90 0.35
HSL 14.5º 0.81% 0.36% -
HSV(B) 14.5º 0.9% 0.65% -
XYZ 17.1 10.69 1.69 -
YUV 82.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 166 53 17 0 0.68 0.90 0.35 14.5 0.81 0.36
Hex A6 35 11 0 44 5A 23 E 51 24
Octal 246 65 21 0 104 132 43 16 121 44
Binary 10100110 110101 10001 0 1000100 1011010 100011 1110 1010001 100100

Color Harmonies of #A63511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63511

Black with #A63511

Text Example


Text Example

White with #A63511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63511; }

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

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

background-color css

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

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

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

border-color css

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

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

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