Html Css Color HEX #A64219 Rust

📋 copy color: '#A64219'

red 166 ◦ green 66 ◦ blue 25

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

Shades of Rust #A64219

Tints of Rust #A64219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 64.59%
G = 25.68%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A64219 (or 0xA64219) is known color: Rust. HEX triplet: A6, 42 and 19. RGB value is (166,66,25). Sum of RGB (Red+Green+Blue) = 166+66+25=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A64219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64219 is #59BDE6. Grayscale: #5B5B5B. Windows color (decimal): -5881319 or 1655462. OLE color: 1655462.

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

Color convert

RGB 166 66 25 -
CMYK 0 0.60 0.85 0.35
HSL 17.45º 0.74% 0.37% -
HSV(B) 17.45º 0.85% 0.65% -
XYZ 17.85 12.07 2.31 -
YUV 91.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 166 66 25 0 0.60 0.85 0.35 17.45 0.74 0.37
Hex A6 42 19 0 3C 55 23 11 4A 25
Octal 246 102 31 0 74 125 43 21 112 45
Binary 10100110 1000010 11001 0 111100 1010101 100011 10001 1001010 100101

Color Harmonies of #A64219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64219

Black with #A64219

Text Example


Text Example

White with #A64219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64219; }

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

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

background-color css

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

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

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

border-color css

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

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

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