Html Css Color HEX #AE3E19 Rust

📋 copy color: '#AE3E19'

red 174 ◦ green 62 ◦ blue 25

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

Shades of Rust #AE3E19

Tints of Rust #AE3E19

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

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

R = 66.67%
G = 23.75%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3E19 (or 0xAE3E19) is known color: Rust. HEX triplet: AE, 3E and 19. RGB value is (174,62,25). Sum of RGB (Red+Green+Blue) = 174+62+25=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E19 is #51C1E6. Grayscale: #5B5B5B. Windows color (decimal): -5358055 or 1654446. OLE color: 1654446.

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

Color convert

RGB 174 62 25 -
CMYK 0 0.64 0.86 0.32
HSL 14.9º 0.75% 0.39% -
HSV(B) 14.9º 0.86% 0.68% -
XYZ 19.35 12.51 2.32 -
YUV 91.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 174 62 25 0 0.64 0.86 0.32 14.9 0.75 0.39
Hex AE 3E 19 0 40 56 20 F 4B 27
Octal 256 76 31 0 100 126 40 17 113 47
Binary 10101110 111110 11001 0 1000000 1010110 100000 1111 1001011 100111

Color Harmonies of #AE3E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E19

Black with #AE3E19

Text Example


Text Example

White with #AE3E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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