Html Css Color HEX #AE4915 Rust

📋 copy color: '#AE4915'

red 174 ◦ green 73 ◦ blue 21

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

Shades of Rust #AE4915

Tints of Rust #AE4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 64.93%
G = 27.24%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE4915 (or 0xAE4915) is known color: Rust. HEX triplet: AE, 49 and 15. RGB value is (174,73,21). Sum of RGB (Red+Green+Blue) = 174+73+21=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4915 is #51B6EA. Grayscale: #616161. Windows color (decimal): -5355243 or 1395118. OLE color: 1395118.

HSL color Cylindrical-coordinate representation of color #AE4915: hue angle of 20.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE4915 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 21 -
CMYK 0 0.58 0.88 0.32
HSL 20.39º 0.78% 0.38% -
HSV(B) 20.39º 0.88% 0.68% -
XYZ 19.97 13.82 2.32 -
YUV 97.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 174 73 21 0 0.58 0.88 0.32 20.39 0.78 0.38
Hex AE 49 15 0 3A 58 20 14 4E 26
Octal 256 111 25 0 72 130 40 24 116 46
Binary 10101110 1001001 10101 0 111010 1011000 100000 10100 1001110 100110

Color Harmonies of #AE4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4915

Black with #AE4915

Text Example


Text Example

White with #AE4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4915; }

 p { color: rgb(174,73,21); }

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

background-color css

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

 a { background-color: rgb(174,73,21); }

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

border-color css

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

 span { border-color: rgb(174,73,21); }

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