Html Css Color HEX #AE3C19 Rust

📋 copy color: '#AE3C19'

red 174 ◦ green 60 ◦ blue 25

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

Shades of Rust #AE3C19

Tints of Rust #AE3C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 67.18%
G = 23.17%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3C19 (or 0xAE3C19) is known color: Rust. HEX triplet: AE, 3C and 19. RGB value is (174,60,25). Sum of RGB (Red+Green+Blue) = 174+60+25=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3C19 is #51C3E6. Grayscale: #5A5A5A. Windows color (decimal): -5358567 or 1653934. OLE color: 1653934.

HSL color Cylindrical-coordinate representation of color #AE3C19: hue angle of 14.09º 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 #AE3C19 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 25 -
CMYK 0 0.66 0.86 0.32
HSL 14.09º 0.75% 0.39% -
HSV(B) 14.09º 0.86% 0.68% -
XYZ 19.25 12.3 2.28 -
YUV 90.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 174 60 25 0 0.66 0.86 0.32 14.09 0.75 0.39
Hex AE 3C 19 0 42 56 20 E 4B 27
Octal 256 74 31 0 102 126 40 16 113 47
Binary 10101110 111100 11001 0 1000010 1010110 100000 1110 1001011 100111

Color Harmonies of #AE3C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C19

Black with #AE3C19

Text Example


Text Example

White with #AE3C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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