Html Css Color HEX #AE4615 Rust

📋 copy color: '#AE4615'

red 174 ◦ green 70 ◦ blue 21

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

Shades of Rust #AE4615

Tints of Rust #AE4615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 65.66%
G = 26.42%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AE4615 (or 0xAE4615) is known color: Rust. HEX triplet: AE, 46 and 15. RGB value is (174,70,21). Sum of RGB (Red+Green+Blue) = 174+70+21=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4615 is #51B9EA. Grayscale: #5F5F5F. Windows color (decimal): -5356011 or 1394350. OLE color: 1394350.

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

Color convert

RGB 174 70 21 -
CMYK 0 0.60 0.88 0.32
HSL 19.22º 0.78% 0.38% -
HSV(B) 19.22º 0.88% 0.68% -
XYZ 19.78 13.43 2.26 -
YUV 95.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 174 70 21 0 0.60 0.88 0.32 19.22 0.78 0.38
Hex AE 46 15 0 3C 58 20 13 4E 26
Octal 256 106 25 0 74 130 40 23 116 46
Binary 10101110 1000110 10101 0 111100 1011000 100000 10011 1001110 100110

Color Harmonies of #AE4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4615

Black with #AE4615

Text Example


Text Example

White with #AE4615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4615; }

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

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

background-color css

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

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

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

border-color css

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

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

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