Html Css Color HEX #AE3512 Rust

📋 copy color: '#AE3512'

red 174 ◦ green 53 ◦ blue 18

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

Shades of Rust #AE3512

Tints of Rust #AE3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

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

R = 71.02%
G = 21.63%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3512 (or 0xAE3512) is known color: Rust. HEX triplet: AE, 35 and 12. RGB value is (174,53,18). Sum of RGB (Red+Green+Blue) = 174+53+18=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3512 is #51CAED. Grayscale: #555555. Windows color (decimal): -5360366 or 1193390. OLE color: 1193390.

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

Color convert

RGB 174 53 18 -
CMYK 0 0.70 0.90 0.32
HSL 13.46º 0.81% 0.38% -
HSV(B) 13.46º 0.9% 0.68% -
XYZ 18.84 11.59 1.82 -
YUV 85.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 174 53 18 0 0.70 0.90 0.32 13.46 0.81 0.38
Hex AE 35 12 0 46 5A 20 D 51 26
Octal 256 65 22 0 106 132 40 15 121 46
Binary 10101110 110101 10010 0 1000110 1011010 100000 1101 1010001 100110

Color Harmonies of #AE3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3512

Black with #AE3512

Text Example


Text Example

White with #AE3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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