Html Css Color HEX #AE4912 Rust

📋 copy color: '#AE4912'

red 174 ◦ green 73 ◦ blue 18

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

Shades of Rust #AE4912

Tints of Rust #AE4912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 65.66%
G = 27.55%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4912 (or 0xAE4912) is known color: Rust. HEX triplet: AE, 49 and 12. RGB value is (174,73,18). Sum of RGB (Red+Green+Blue) = 174+73+18=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4912 is #51B6ED. Grayscale: #616161. Windows color (decimal): -5355246 or 1198510. OLE color: 1198510.

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

Color convert

RGB 174 73 18 -
CMYK 0 0.58 0.90 0.32
HSL 21.15º 0.81% 0.38% -
HSV(B) 21.15º 0.9% 0.68% -
XYZ 19.95 13.81 2.19 -
YUV 96.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 174 73 18 0 0.58 0.90 0.32 21.15 0.81 0.38
Hex AE 49 12 0 3A 5A 20 15 51 26
Octal 256 111 22 0 72 132 40 25 121 46
Binary 10101110 1001001 10010 0 111010 1011010 100000 10101 1010001 100110

Color Harmonies of #AE4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4912

Black with #AE4912

Text Example


Text Example

White with #AE4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4912; }

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

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

background-color css

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

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

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

border-color css

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

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

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