Html Css Color HEX #AE4112 Rust

📋 copy color: '#AE4112'

red 174 ◦ green 65 ◦ blue 18

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

Shades of Rust #AE4112

Tints of Rust #AE4112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 67.7%
G = 25.29%
B = 7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4112 (or 0xAE4112) is known color: Rust. HEX triplet: AE, 41 and 12. RGB value is (174,65,18). Sum of RGB (Red+Green+Blue) = 174+65+18=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4112 is #51BEED. Grayscale: #5C5C5C. Windows color (decimal): -5357294 or 1196462. OLE color: 1196462.

HSL color Cylindrical-coordinate representation of color #AE4112: hue angle of 18.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4112 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 18 -
CMYK 0 0.63 0.90 0.32
HSL 18.08º 0.81% 0.38% -
HSV(B) 18.08º 0.9% 0.68% -
XYZ 19.46 12.82 2.02 -
YUV 92.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 174 65 18 0 0.63 0.90 0.32 18.08 0.81 0.38
Hex AE 41 12 0 3F 5A 20 12 51 26
Octal 256 101 22 0 77 132 40 22 121 46
Binary 10101110 1000001 10010 0 111111 1011010 100000 10010 1010001 100110

Color Harmonies of #AE4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4112

Black with #AE4112

Text Example


Text Example

White with #AE4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4112; }

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

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

background-color css

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

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

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

border-color css

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

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

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