Html Css Color HEX #AE3919 Rust

📋 copy color: '#AE3919'

red 174 ◦ green 57 ◦ blue 25

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

Shades of Rust #AE3919

Tints of Rust #AE3919

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

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

R = 67.97%
G = 22.27%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3919 (or 0xAE3919) is known color: Rust. HEX triplet: AE, 39 and 19. RGB value is (174,57,25). Sum of RGB (Red+Green+Blue) = 174+57+25=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3919 is #51C6E6. Grayscale: #585858. Windows color (decimal): -5359335 or 1653166. OLE color: 1653166.

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

Color convert

RGB 174 57 25 -
CMYK 0 0.67 0.86 0.32
HSL 12.89º 0.75% 0.39% -
HSV(B) 12.89º 0.86% 0.68% -
XYZ 19.09 12 2.23 -
YUV 88.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 174 57 25 0 0.67 0.86 0.32 12.89 0.75 0.39
Hex AE 39 19 0 43 56 20 D 4B 27
Octal 256 71 31 0 103 126 40 15 113 47
Binary 10101110 111001 11001 0 1000011 1010110 100000 1101 1001011 100111

Color Harmonies of #AE3919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3919

Black with #AE3919

Text Example


Text Example

White with #AE3919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3919; }

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

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

background-color css

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

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

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

border-color css

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

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

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