Html Css Color HEX #AE4015 Rust

📋 copy color: '#AE4015'

red 174 ◦ green 64 ◦ blue 21

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

Shades of Rust #AE4015

Tints of Rust #AE4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 67.18%
G = 24.71%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE4015 (or 0xAE4015) is known color: Rust. HEX triplet: AE, 40 and 15. RGB value is (174,64,21). Sum of RGB (Red+Green+Blue) = 174+64+21=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4015 is #51BFEA. Grayscale: #5C5C5C. Windows color (decimal): -5357547 or 1392814. OLE color: 1392814.

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

Color convert

RGB 174 64 21 -
CMYK 0 0.63 0.88 0.32
HSL 16.86º 0.78% 0.38% -
HSV(B) 16.86º 0.88% 0.68% -
XYZ 19.42 12.72 2.14 -
YUV 91.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 174 64 21 0 0.63 0.88 0.32 16.86 0.78 0.38
Hex AE 40 15 0 3F 58 20 11 4E 26
Octal 256 100 25 0 77 130 40 21 116 46
Binary 10101110 1000000 10101 0 111111 1011000 100000 10001 1001110 100110

Color Harmonies of #AE4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4015

Black with #AE4015

Text Example


Text Example

White with #AE4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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