Html Css Color HEX #AE4D18 Rust

📋 copy color: '#AE4D18'

red 174 ◦ green 77 ◦ blue 24

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

Shades of Rust #AE4D18

Tints of Rust #AE4D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

 BLUE value IS 24 (9.77% from 255) = 8.73%

R = 63.27%
G = 28%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4D18 (or 0xAE4D18) is known color: Rust. HEX triplet: AE, 4D and 18. RGB value is (174,77,24). Sum of RGB (Red+Green+Blue) = 174+77+24=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D18 is #51B2E7. Grayscale: #646464. Windows color (decimal): -5354216 or 1592750. OLE color: 1592750.

HSL color Cylindrical-coordinate representation of color #AE4D18: hue angle of 21.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE4D18 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 24 -
CMYK 0 0.56 0.86 0.32
HSL 21.2º 0.76% 0.39% -
HSV(B) 21.2º 0.86% 0.68% -
XYZ 20.27 14.37 2.57 -
YUV 99.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 174 77 24 0 0.56 0.86 0.32 21.2 0.76 0.39
Hex AE 4D 18 0 38 56 20 15 4C 27
Octal 256 115 30 0 70 126 40 25 114 47
Binary 10101110 1001101 11000 0 111000 1010110 100000 10101 1001100 100111

Color Harmonies of #AE4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D18

Black with #AE4D18

Text Example


Text Example

White with #AE4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D18; }

 p { color: rgb(174,77,24); }

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

background-color css

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

 a { background-color: rgb(174,77,24); }

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

border-color css

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

 span { border-color: rgb(174,77,24); }

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