Html Css Color HEX #A63100 Rust

📋 copy color: '#A63100'

red 166 ◦ green 49 ◦ blue 0

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

Shades of Rust #A63100

Tints of Rust #A63100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.21%
G = 22.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63100 (or 0xA63100) is known color: Rust. HEX triplet: A6, 31 and 00. RGB value is (166,49,0). Sum of RGB (Red+Green+Blue) = 166+49+0=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A63100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63100 is #59CEFF. Grayscale: #4E4E4E. Windows color (decimal): -5885696 or 12710. OLE color: 12710.

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

Color convert

RGB 166 49 0 -
CMYK 0 0.70 1 0.35
HSL 17.71º 1% 0.33% -
HSV(B) 17.71º 1% 0.65% -
XYZ 16.82 10.3 1.1 -
YUV 78.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 166 49 0 0 0.70 1 0.35 17.71 1 0.33
Hex A6 31 0 0 46 64 23 12 64 21
Octal 246 61 0 0 106 144 43 22 144 41
Binary 10100110 110001 0 0 1000110 1100100 100011 10010 1100100 100001

Color Harmonies of #A63100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63100

Black with #A63100

Text Example


Text Example

White with #A63100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63100; }

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

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

background-color css

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

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

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

border-color css

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

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

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