Html Css Color HEX #AE4815 Rust

📋 copy color: '#AE4815'

red 174 ◦ green 72 ◦ blue 21

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

Shades of Rust #AE4815

Tints of Rust #AE4815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

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

R = 65.17%
G = 26.97%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE4815 (or 0xAE4815) is known color: Rust. HEX triplet: AE, 48 and 15. RGB value is (174,72,21). Sum of RGB (Red+Green+Blue) = 174+72+21=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4815 is #51B7EA. Grayscale: #606060. Windows color (decimal): -5355499 or 1394862. OLE color: 1394862.

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

Color convert

RGB 174 72 21 -
CMYK 0 0.59 0.88 0.32
HSL 20º 0.78% 0.38% -
HSV(B) 20º 0.88% 0.68% -
XYZ 19.91 13.69 2.3 -
YUV 96.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 174 72 21 0 0.59 0.88 0.32 20 0.78 0.38
Hex AE 48 15 0 3B 58 20 14 4E 26
Octal 256 110 25 0 73 130 40 24 116 46
Binary 10101110 1001000 10101 0 111011 1011000 100000 10100 1001110 100110

Color Harmonies of #AE4815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4815

Black with #AE4815

Text Example


Text Example

White with #AE4815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4815; }

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

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

background-color css

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

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

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

border-color css

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

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

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