Html Css Color HEX #A63F17 Rust

📋 copy color: '#A63F17'

red 166 ◦ green 63 ◦ blue 23

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

Shades of Rust #A63F17

Tints of Rust #A63F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 65.87%
G = 25%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A63F17 (or 0xA63F17) is known color: Rust. HEX triplet: A6, 3F and 17. RGB value is (166,63,23). Sum of RGB (Red+Green+Blue) = 166+63+23=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63F17 is #59C0E8. Grayscale: #595959. Windows color (decimal): -5882089 or 1523622. OLE color: 1523622.

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

Color convert

RGB 166 63 23 -
CMYK 0 0.62 0.86 0.35
HSL 16.78º 0.76% 0.37% -
HSV(B) 16.78º 0.86% 0.65% -
XYZ 17.66 11.72 2.14 -
YUV 89.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 166 63 23 0 0.62 0.86 0.35 16.78 0.76 0.37
Hex A6 3F 17 0 3E 56 23 11 4C 25
Octal 246 77 27 0 76 126 43 21 114 45
Binary 10100110 111111 10111 0 111110 1010110 100011 10001 1001100 100101

Color Harmonies of #A63F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F17

Black with #A63F17

Text Example


Text Example

White with #A63F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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