Html Css Color HEX #A63411 Rust

📋 copy color: '#A63411'

red 166 ◦ green 52 ◦ blue 17

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

Shades of Rust #A63411

Tints of Rust #A63411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 70.64%
G = 22.13%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A63411 (or 0xA63411) is known color: Rust. HEX triplet: A6, 34 and 11. RGB value is (166,52,17). Sum of RGB (Red+Green+Blue) = 166+52+17=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A63411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63411 is #59CBEE. Grayscale: #525252. Windows color (decimal): -5884911 or 1127590. OLE color: 1127590.

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

Color convert

RGB 166 52 17 -
CMYK 0 0.69 0.90 0.35
HSL 14.09º 0.81% 0.36% -
HSV(B) 14.09º 0.9% 0.65% -
XYZ 17.06 10.6 1.68 -
YUV 82.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 166 52 17 0 0.69 0.90 0.35 14.09 0.81 0.36
Hex A6 34 11 0 45 5A 23 E 51 24
Octal 246 64 21 0 105 132 43 16 121 44
Binary 10100110 110100 10001 0 1000101 1011010 100011 1110 1010001 100100

Color Harmonies of #A63411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63411

Black with #A63411

Text Example


Text Example

White with #A63411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63411; }

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

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

background-color css

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

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

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

border-color css

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

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

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