Html Css Color HEX #A63700 Rust

📋 copy color: '#A63700'

red 166 ◦ green 55 ◦ blue 0

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

Shades of Rust #A63700

Tints of Rust #A63700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

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

R = 75.11%
G = 24.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63700 (or 0xA63700) is known color: Rust. HEX triplet: A6, 37 and 00. RGB value is (166,55,0). Sum of RGB (Red+Green+Blue) = 166+55+0=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A63700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63700 is #59C8FF. Grayscale: #525252. Windows color (decimal): -5884160 or 14246. OLE color: 14246.

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

Color convert

RGB 166 55 0 -
CMYK 0 0.67 1 0.35
HSL 19.88º 1% 0.33% -
HSV(B) 19.88º 1% 0.65% -
XYZ 17.09 10.84 1.19 -
YUV 81.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 166 55 0 0 0.67 1 0.35 19.88 1 0.33
Hex A6 37 0 0 43 64 23 14 64 21
Octal 246 67 0 0 103 144 43 24 144 41
Binary 10100110 110111 0 0 1000011 1100100 100011 10100 1100100 100001

Color Harmonies of #A63700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63700

Black with #A63700

Text Example


Text Example

White with #A63700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63700; }

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

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

background-color css

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

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

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

border-color css

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

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

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