Html Css Color HEX #AE4712 Rust

📋 copy color: '#AE4712'

red 174 ◦ green 71 ◦ blue 18

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

Shades of Rust #AE4712

Tints of Rust #AE4712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 66.16%
G = 27%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4712 (or 0xAE4712) is known color: Rust. HEX triplet: AE, 47 and 12. RGB value is (174,71,18). Sum of RGB (Red+Green+Blue) = 174+71+18=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4712 is #51B8ED. Grayscale: #606060. Windows color (decimal): -5355758 or 1197998. OLE color: 1197998.

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

Color convert

RGB 174 71 18 -
CMYK 0 0.59 0.90 0.32
HSL 20.38º 0.81% 0.38% -
HSV(B) 20.38º 0.9% 0.68% -
XYZ 19.82 13.55 2.14 -
YUV 95.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 174 71 18 0 0.59 0.90 0.32 20.38 0.81 0.38
Hex AE 47 12 0 3B 5A 20 14 51 26
Octal 256 107 22 0 73 132 40 24 121 46
Binary 10101110 1000111 10010 0 111011 1011010 100000 10100 1010001 100110

Color Harmonies of #AE4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4712

Black with #AE4712

Text Example


Text Example

White with #AE4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4712; }

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

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

background-color css

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

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

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

border-color css

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

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

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