Html Css Color HEX #A63C17 Rust

📋 copy color: '#A63C17'

red 166 ◦ green 60 ◦ blue 23

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

Shades of Rust #A63C17

Tints of Rust #A63C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

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

R = 66.67%
G = 24.1%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A63C17 (or 0xA63C17) is known color: Rust. HEX triplet: A6, 3C and 17. RGB value is (166,60,23). Sum of RGB (Red+Green+Blue) = 166+60+23=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C17 is #59C3E8. Grayscale: #575757. Windows color (decimal): -5882857 or 1522854. OLE color: 1522854.

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

Color convert

RGB 166 60 23 -
CMYK 0 0.64 0.86 0.35
HSL 15.52º 0.76% 0.37% -
HSV(B) 15.52º 0.86% 0.65% -
XYZ 17.5 11.4 2.09 -
YUV 87.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 166 60 23 0 0.64 0.86 0.35 15.52 0.76 0.37
Hex A6 3C 17 0 40 56 23 10 4C 25
Octal 246 74 27 0 100 126 43 20 114 45
Binary 10100110 111100 10111 0 1000000 1010110 100011 10000 1001100 100101

Color Harmonies of #A63C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C17

Black with #A63C17

Text Example


Text Example

White with #A63C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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