Html Css Color HEX #AE4012 Rust

📋 copy color: '#AE4012'

red 174 ◦ green 64 ◦ blue 18

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

Shades of Rust #AE4012

Tints of Rust #AE4012

RGB

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

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

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

R = 67.97%
G = 25%
B = 7.03%

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

#AE4012 (or 0xAE4012) is known color: Rust. HEX triplet: AE, 40 and 12. RGB value is (174,64,18). Sum of RGB (Red+Green+Blue) = 174+64+18=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4012 is #51BFED. Grayscale: #5B5B5B. Windows color (decimal): -5357550 or 1196206. OLE color: 1196206.

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

Color convert

RGB 174 64 18 -
CMYK 0 0.63 0.90 0.32
HSL 17.69º 0.81% 0.38% -
HSV(B) 17.69º 0.9% 0.68% -
XYZ 19.4 12.71 2 -
YUV 91.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 174 64 18 0 0.63 0.90 0.32 17.69 0.81 0.38
Hex AE 40 12 0 3F 5A 20 12 51 26
Octal 256 100 22 0 77 132 40 22 121 46
Binary 10101110 1000000 10010 0 111111 1011010 100000 10010 1010001 100110

Color Harmonies of #AE4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4012

Black with #AE4012

Text Example


Text Example

White with #AE4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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