Html Css Color HEX #A63E00 Rust

📋 copy color: '#A63E00'

red 166 ◦ green 62 ◦ blue 0

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

Shades of Rust #A63E00

Tints of Rust #A63E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.19%

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

R = 72.81%
G = 27.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63E00 (or 0xA63E00) is known color: Rust. HEX triplet: A6, 3E and 00. RGB value is (166,62,0). Sum of RGB (Red+Green+Blue) = 166+62+0=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E00 is #59C1FF. Grayscale: #565656. Windows color (decimal): -5882368 or 16038. OLE color: 16038.

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

Color convert

RGB 166 62 0 -
CMYK 0 0.63 1 0.35
HSL 22.41º 1% 0.33% -
HSV(B) 22.41º 1% 0.65% -
XYZ 17.45 11.55 1.31 -
YUV 86.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 166 62 0 0 0.63 1 0.35 22.41 1 0.33
Hex A6 3E 0 0 3F 64 23 16 64 21
Octal 246 76 0 0 77 144 43 26 144 41
Binary 10100110 111110 0 0 111111 1100100 100011 10110 1100100 100001

Color Harmonies of #A63E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63E00

Black with #A63E00

Text Example


Text Example

White with #A63E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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