Html Css Color HEX #A63416 Rust

📋 copy color: '#A63416'

red 166 ◦ green 52 ◦ blue 22

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

Shades of Rust #A63416

Tints of Rust #A63416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 69.17%
G = 21.67%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A63416 (or 0xA63416) is known color: Rust. HEX triplet: A6, 34 and 16. RGB value is (166,52,22). Sum of RGB (Red+Green+Blue) = 166+52+22=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63416 is #59CBE9. Grayscale: #525252. Windows color (decimal): -5884906 or 1455270. OLE color: 1455270.

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

Color convert

RGB 166 52 22 -
CMYK 0 0.69 0.87 0.35
HSL 12.5º 0.77% 0.37% -
HSV(B) 12.5º 0.87% 0.65% -
XYZ 17.1 10.62 1.91 -
YUV 82.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 166 52 22 0 0.69 0.87 0.35 12.5 0.77 0.37
Hex A6 34 16 0 45 57 23 C 4D 25
Octal 246 64 26 0 105 127 43 14 115 45
Binary 10100110 110100 10110 0 1000101 1010111 100011 1100 1001101 100101

Color Harmonies of #A63416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63416

Black with #A63416

Text Example


Text Example

White with #A63416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63416; }

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

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

background-color css

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

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

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

border-color css

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

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

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