Html Css Color HEX #A64119 Rust

📋 copy color: '#A64119'

red 166 ◦ green 65 ◦ blue 25

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

Shades of Rust #A64119

Tints of Rust #A64119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 64.84%
G = 25.39%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A64119 (or 0xA64119) is known color: Rust. HEX triplet: A6, 41 and 19. RGB value is (166,65,25). Sum of RGB (Red+Green+Blue) = 166+65+25=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64119 is #59BEE6. Grayscale: #5A5A5A. Windows color (decimal): -5881575 or 1655206. OLE color: 1655206.

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

Color convert

RGB 166 65 25 -
CMYK 0 0.61 0.85 0.35
HSL 17.02º 0.74% 0.37% -
HSV(B) 17.02º 0.85% 0.65% -
XYZ 17.79 11.96 2.29 -
YUV 90.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 166 65 25 0 0.61 0.85 0.35 17.02 0.74 0.37
Hex A6 41 19 0 3D 55 23 11 4A 25
Octal 246 101 31 0 75 125 43 21 112 45
Binary 10100110 1000001 11001 0 111101 1010101 100011 10001 1001010 100101

Color Harmonies of #A64119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64119

Black with #A64119

Text Example


Text Example

White with #A64119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64119; }

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

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

background-color css

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

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

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

border-color css

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

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

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