Html Css Color HEX #A63500 Rust

📋 copy color: '#A63500'

red 166 ◦ green 53 ◦ blue 0

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

Shades of Rust #A63500

Tints of Rust #A63500

RGB

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

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

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

R = 75.8%
G = 24.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63500 (or 0xA63500) is known color: Rust. HEX triplet: A6, 35 and 00. RGB value is (166,53,0). Sum of RGB (Red+Green+Blue) = 166+53+0=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A63500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63500 is #59CAFF. Grayscale: #515151. Windows color (decimal): -5884672 or 13734. OLE color: 13734.

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

Color convert

RGB 166 53 0 -
CMYK 0 0.68 1 0.35
HSL 19.16º 1% 0.33% -
HSV(B) 19.16º 1% 0.65% -
XYZ 17 10.65 1.16 -
YUV 80.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 166 53 0 0 0.68 1 0.35 19.16 1 0.33
Hex A6 35 0 0 44 64 23 13 64 21
Octal 246 65 0 0 104 144 43 23 144 41
Binary 10100110 110101 0 0 1000100 1100100 100011 10011 1100100 100001

Color Harmonies of #A63500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63500

Black with #A63500

Text Example


Text Example

White with #A63500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63500; }

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

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

background-color css

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

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

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

border-color css

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

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

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