Html Css Color HEX #A63900 Rust

📋 copy color: '#A63900'

red 166 ◦ green 57 ◦ blue 0

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

Shades of Rust #A63900

Tints of Rust #A63900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 74.44%
G = 25.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63900 (or 0xA63900) is known color: Rust. HEX triplet: A6, 39 and 00. RGB value is (166,57,0). Sum of RGB (Red+Green+Blue) = 166+57+0=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A63900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63900 is #59C6FF. Grayscale: #535353. Windows color (decimal): -5883648 or 14758. OLE color: 14758.

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

Color convert

RGB 166 57 0 -
CMYK 0 0.66 1 0.35
HSL 20.6º 1% 0.33% -
HSV(B) 20.6º 1% 0.65% -
XYZ 17.19 11.03 1.22 -
YUV 83.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 166 57 0 0 0.66 1 0.35 20.6 1 0.33
Hex A6 39 0 0 42 64 23 15 64 21
Octal 246 71 0 0 102 144 43 25 144 41
Binary 10100110 111001 0 0 1000010 1100100 100011 10101 1100100 100001

Color Harmonies of #A63900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63900

Black with #A63900

Text Example


Text Example

White with #A63900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63900; }

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

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

background-color css

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

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

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

border-color css

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

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

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