Html Css Color HEX #A63F00 Rust

📋 copy color: '#A63F00'

red 166 ◦ green 63 ◦ blue 0

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

Shades of Rust #A63F00

Tints of Rust #A63F00

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

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

R = 72.49%
G = 27.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A63F00 (or 0xA63F00) is known color: Rust. HEX triplet: A6, 3F and 00. RGB value is (166,63,0). Sum of RGB (Red+Green+Blue) = 166+63+0=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F00 is #59C0FF. Grayscale: #565656. Windows color (decimal): -5882112 or 16294. OLE color: 16294.

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

Color convert

RGB 166 63 0 -
CMYK 0 0.62 1 0.35
HSL 22.77º 1% 0.33% -
HSV(B) 22.77º 1% 0.65% -
XYZ 17.5 11.66 1.33 -
YUV 86.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 166 63 0 0 0.62 1 0.35 22.77 1 0.33
Hex A6 3F 0 0 3E 64 23 17 64 21
Octal 246 77 0 0 76 144 43 27 144 41
Binary 10100110 111111 0 0 111110 1100100 100011 10111 1100100 100001

Color Harmonies of #A63F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F00

Black with #A63F00

Text Example


Text Example

White with #A63F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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