Html Css Color HEX #AE4115 Rust

📋 copy color: '#AE4115'

red 174 ◦ green 65 ◦ blue 21

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

Shades of Rust #AE4115

Tints of Rust #AE4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 66.92%
G = 25%
B = 8.08%

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

#AE4115 (or 0xAE4115) is known color: Rust. HEX triplet: AE, 41 and 15. RGB value is (174,65,21). Sum of RGB (Red+Green+Blue) = 174+65+21=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4115 is #51BEEA. Grayscale: #5C5C5C. Windows color (decimal): -5357291 or 1393070. OLE color: 1393070.

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

Color convert

RGB 174 65 21 -
CMYK 0 0.63 0.88 0.32
HSL 17.25º 0.78% 0.38% -
HSV(B) 17.25º 0.88% 0.68% -
XYZ 19.48 12.83 2.16 -
YUV 92.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 174 65 21 0 0.63 0.88 0.32 17.25 0.78 0.38
Hex AE 41 15 0 3F 58 20 11 4E 26
Octal 256 101 25 0 77 130 40 21 116 46
Binary 10101110 1000001 10101 0 111111 1011000 100000 10001 1001110 100110

Color Harmonies of #AE4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4115

Black with #AE4115

Text Example


Text Example

White with #AE4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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