Html Css Color HEX #AE4018 Rust

📋 copy color: '#AE4018'

red 174 ◦ green 64 ◦ blue 24

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

Shades of Rust #AE4018

Tints of Rust #AE4018

RGB

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

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

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

R = 66.41%
G = 24.43%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE4018 (or 0xAE4018) is known color: Rust. HEX triplet: AE, 40 and 18. RGB value is (174,64,24). Sum of RGB (Red+Green+Blue) = 174+64+24=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4018 is #51BFE7. Grayscale: #5C5C5C. Windows color (decimal): -5357544 or 1589422. OLE color: 1589422.

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

Color convert

RGB 174 64 24 -
CMYK 0 0.63 0.86 0.32
HSL 16º 0.76% 0.39% -
HSV(B) 16º 0.86% 0.68% -
XYZ 19.45 12.73 2.3 -
YUV 92.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 174 64 24 0 0.63 0.86 0.32 16 0.76 0.39
Hex AE 40 18 0 3F 56 20 10 4C 27
Octal 256 100 30 0 77 126 40 20 114 47
Binary 10101110 1000000 11000 0 111111 1010110 100000 10000 1001100 100111

Color Harmonies of #AE4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4018

Black with #AE4018

Text Example


Text Example

White with #AE4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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