Html Css Color HEX #A44019 Rust

📋 copy color: '#A44019'

red 164 ◦ green 64 ◦ blue 25

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

Shades of Rust #A44019

Tints of Rust #A44019

RGB

 RED value IS 164 (64.45% from 255) = 64.82%

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 64.82%
G = 25.3%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A44019 (or 0xA44019) is known color: Rust. HEX triplet: A4, 40 and 19. RGB value is (164,64,25). Sum of RGB (Red+Green+Blue) = 164+64+25=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A44019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44019 is #5BBFE6. Grayscale: #595959. Windows color (decimal): -6012903 or 1654948. OLE color: 1654948.

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

Color convert

RGB 164 64 25 -
CMYK 0 0.61 0.85 0.36
HSL 16.83º 0.74% 0.37% -
HSV(B) 16.83º 0.85% 0.64% -
XYZ 17.32 11.63 2.25 -
YUV 89.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 164 64 25 0 0.61 0.85 0.36 16.83 0.74 0.37
Hex A4 40 19 0 3D 55 24 11 4A 25
Octal 244 100 31 0 75 125 44 21 112 45
Binary 10100100 1000000 11001 0 111101 1010101 100100 10001 1001010 100101

Color Harmonies of #A44019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44019

Black with #A44019

Text Example


Text Example

White with #A44019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44019; }

 p { color: rgb(164,64,25); }

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

background-color css

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

 a { background-color: rgb(164,64,25); }

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

border-color css

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

 span { border-color: rgb(164,64,25); }

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