Html Css Color HEX #A63519 Rust

📋 copy color: '#A63519'

red 166 ◦ green 53 ◦ blue 25

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

Shades of Rust #A63519

Tints of Rust #A63519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 68.03%
G = 21.72%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A63519 (or 0xA63519) is known color: Rust. HEX triplet: A6, 35 and 19. RGB value is (166,53,25). Sum of RGB (Red+Green+Blue) = 166+53+25=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63519 is #59CAE6. Grayscale: #535353. Windows color (decimal): -5884647 or 1652134. OLE color: 1652134.

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

Color convert

RGB 166 53 25 -
CMYK 0 0.68 0.85 0.35
HSL 11.91º 0.74% 0.37% -
HSV(B) 11.91º 0.85% 0.65% -
XYZ 17.17 10.72 2.08 -
YUV 83.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 166 53 25 0 0.68 0.85 0.35 11.91 0.74 0.37
Hex A6 35 19 0 44 55 23 C 4A 25
Octal 246 65 31 0 104 125 43 14 112 45
Binary 10100110 110101 11001 0 1000100 1010101 100011 1100 1001010 100101

Color Harmonies of #A63519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63519

Black with #A63519

Text Example


Text Example

White with #A63519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63519; }

 p { color: rgb(166,53,25); }

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

background-color css

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

 a { background-color: rgb(166,53,25); }

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

border-color css

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

 span { border-color: rgb(166,53,25); }

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