Html Css Color HEX #AE4114 Rust

📋 copy color: '#AE4114'

red 174 ◦ green 65 ◦ blue 20

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

Shades of Rust #AE4114

Tints of Rust #AE4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 67.18%
G = 25.1%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4114 (or 0xAE4114) is known color: Rust. HEX triplet: AE, 41 and 14. RGB value is (174,65,20). Sum of RGB (Red+Green+Blue) = 174+65+20=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4114 is #51BEEB. Grayscale: #5C5C5C. Windows color (decimal): -5357292 or 1327534. OLE color: 1327534.

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

Color convert

RGB 174 65 20 -
CMYK 0 0.63 0.89 0.32
HSL 17.53º 0.79% 0.38% -
HSV(B) 17.53º 0.89% 0.68% -
XYZ 19.47 12.83 2.11 -
YUV 92.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 174 65 20 0 0.63 0.89 0.32 17.53 0.79 0.38
Hex AE 41 14 0 3F 59 20 12 4F 26
Octal 256 101 24 0 77 131 40 22 117 46
Binary 10101110 1000001 10100 0 111111 1011001 100000 10010 1001111 100110

Color Harmonies of #AE4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4114

Black with #AE4114

Text Example


Text Example

White with #AE4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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