Html Css Color HEX #A63600 Rust

📋 copy color: '#A63600'

red 166 ◦ green 54 ◦ blue 0

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

Shades of Rust #A63600

Tints of Rust #A63600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.55%

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

R = 75.45%
G = 24.55%
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

#A63600 (or 0xA63600) is known color: Rust. HEX triplet: A6, 36 and 00. RGB value is (166,54,0). Sum of RGB (Red+Green+Blue) = 166+54+0=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A63600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63600 is #59C9FF. Grayscale: #515151. Windows color (decimal): -5884416 or 13990. OLE color: 13990.

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

Color convert

RGB 166 54 0 -
CMYK 0 0.67 1 0.35
HSL 19.52º 1% 0.33% -
HSV(B) 19.52º 1% 0.65% -
XYZ 17.05 10.75 1.18 -
YUV 81.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 166 54 0 0 0.67 1 0.35 19.52 1 0.33
Hex A6 36 0 0 43 64 23 14 64 21
Octal 246 66 0 0 103 144 43 24 144 41
Binary 10100110 110110 0 0 1000011 1100100 100011 10100 1100100 100001

Color Harmonies of #A63600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63600

Black with #A63600

Text Example


Text Example

White with #A63600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63600; }

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

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

background-color css

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

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

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

border-color css

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

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

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