Html Css Color HEX #AE3519 Rust

📋 copy color: '#AE3519'

red 174 ◦ green 53 ◦ blue 25

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

Shades of Rust #AE3519

Tints of Rust #AE3519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 69.05%
G = 21.03%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE3519 (or 0xAE3519) is known color: Rust. HEX triplet: AE, 35 and 19. RGB value is (174,53,25). Sum of RGB (Red+Green+Blue) = 174+53+25=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3519 is #51CAE6. Grayscale: #565656. Windows color (decimal): -5360359 or 1652142. OLE color: 1652142.

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

Color convert

RGB 174 53 25 -
CMYK 0 0.70 0.86 0.32
HSL 11.28º 0.75% 0.39% -
HSV(B) 11.28º 0.86% 0.68% -
XYZ 18.9 11.62 2.17 -
YUV 85.99 93.59 190.78 -
System Red Green Blue C M Y K H S L
Decimal 174 53 25 0 0.70 0.86 0.32 11.28 0.75 0.39
Hex AE 35 19 0 46 56 20 B 4B 27
Octal 256 65 31 0 106 126 40 13 113 47
Binary 10101110 110101 11001 0 1000110 1010110 100000 1011 1001011 100111

Color Harmonies of #AE3519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3519

Black with #AE3519

Text Example


Text Example

White with #AE3519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3519; }

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

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

background-color css

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

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

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

border-color css

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

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

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