Html Css Color HEX #A63C16 Rust

📋 copy color: '#A63C16'

red 166 ◦ green 60 ◦ blue 22

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

Shades of Rust #A63C16

Tints of Rust #A63C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 66.94%
G = 24.19%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63C16 (or 0xA63C16) is known color: Rust. HEX triplet: A6, 3C and 16. RGB value is (166,60,22). Sum of RGB (Red+Green+Blue) = 166+60+22=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C16 is #59C3E9. Grayscale: #575757. Windows color (decimal): -5882858 or 1457318. OLE color: 1457318.

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

Color convert

RGB 166 60 22 -
CMYK 0 0.64 0.87 0.35
HSL 15.83º 0.77% 0.37% -
HSV(B) 15.83º 0.87% 0.65% -
XYZ 17.49 11.4 2.04 -
YUV 87.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 166 60 22 0 0.64 0.87 0.35 15.83 0.77 0.37
Hex A6 3C 16 0 40 57 23 10 4D 25
Octal 246 74 26 0 100 127 43 20 115 45
Binary 10100110 111100 10110 0 1000000 1010111 100011 10000 1001101 100101

Color Harmonies of #A63C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C16

Black with #A63C16

Text Example


Text Example

White with #A63C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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