Html Css Color HEX #AE4D19 Rust

📋 copy color: '#AE4D19'

red 174 ◦ green 77 ◦ blue 25

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

Shades of Rust #AE4D19

Tints of Rust #AE4D19

RGB

 RED value IS 174 (68.36% from 255) = 63.04%

 GREEN value IS 77 (30.47% from 255) = 27.9%

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

R = 63.04%
G = 27.9%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4D19 (or 0xAE4D19) is known color: Rust. HEX triplet: AE, 4D and 19. RGB value is (174,77,25). Sum of RGB (Red+Green+Blue) = 174+77+25=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D19 is #51B2E6. Grayscale: #646464. Windows color (decimal): -5354215 or 1658286. OLE color: 1658286.

HSL color Cylindrical-coordinate representation of color #AE4D19: hue angle of 20.94º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4D19 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 25 -
CMYK 0 0.56 0.86 0.32
HSL 20.94º 0.75% 0.39% -
HSV(B) 20.94º 0.86% 0.68% -
XYZ 20.28 14.38 2.63 -
YUV 100.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 174 77 25 0 0.56 0.86 0.32 20.94 0.75 0.39
Hex AE 4D 19 0 38 56 20 15 4B 27
Octal 256 115 31 0 70 126 40 25 113 47
Binary 10101110 1001101 11001 0 111000 1010110 100000 10101 1001011 100111

Color Harmonies of #AE4D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D19

Black with #AE4D19

Text Example


Text Example

White with #AE4D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D19; }

 p { color: rgb(174,77,25); }

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

background-color css

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

 a { background-color: rgb(174,77,25); }

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

border-color css

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

 span { border-color: rgb(174,77,25); }

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