Html Css Color HEX #AE3E12 Rust

📋 copy color: '#AE3E12'

red 174 ◦ green 62 ◦ blue 18

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

Shades of Rust #AE3E12

Tints of Rust #AE3E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

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

R = 68.5%
G = 24.41%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3E12 (or 0xAE3E12) is known color: Rust. HEX triplet: AE, 3E and 12. RGB value is (174,62,18). Sum of RGB (Red+Green+Blue) = 174+62+18=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3E12 is #51C1ED. Grayscale: #5A5A5A. Windows color (decimal): -5358062 or 1195694. OLE color: 1195694.

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

Color convert

RGB 174 62 18 -
CMYK 0 0.64 0.90 0.32
HSL 16.92º 0.81% 0.38% -
HSV(B) 16.92º 0.9% 0.68% -
XYZ 19.29 12.49 1.97 -
YUV 90.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 174 62 18 0 0.64 0.90 0.32 16.92 0.81 0.38
Hex AE 3E 12 0 40 5A 20 11 51 26
Octal 256 76 22 0 100 132 40 21 121 46
Binary 10101110 111110 10010 0 1000000 1011010 100000 10001 1010001 100110

Color Harmonies of #AE3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E12

Black with #AE3E12

Text Example


Text Example

White with #AE3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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