Html Css Color HEX #A63F05 Rust

📋 copy color: '#A63F05'

red 166 ◦ green 63 ◦ blue 5

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

Shades of Rust #A63F05

Tints of Rust #A63F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.14%

R = 70.94%
G = 26.92%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A63F05 (or 0xA63F05) is known color: Rust. HEX triplet: A6, 3F and 05. RGB value is (166,63,5). Sum of RGB (Red+Green+Blue) = 166+63+5=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F05 is #59C0FA. Grayscale: #575757. Windows color (decimal): -5882107 or 343974. OLE color: 343974.

HSL color Cylindrical-coordinate representation of color #A63F05: hue angle of 21.61º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A63F05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 5 -
CMYK 0 0.62 0.97 0.35
HSL 21.61º 0.94% 0.34% -
HSV(B) 21.61º 0.97% 0.65% -
XYZ 17.53 11.67 1.47 -
YUV 87.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 166 63 5 0 0.62 0.97 0.35 21.61 0.94 0.34
Hex A6 3F 5 0 3E 61 23 16 5E 22
Octal 246 77 5 0 76 141 43 26 136 42
Binary 10100110 111111 101 0 111110 1100001 100011 10110 1011110 100010

Color Harmonies of #A63F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F05

Black with #A63F05

Text Example


Text Example

White with #A63F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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