Html Css Color HEX #AE3412 Rust

📋 copy color: '#AE3412'

red 174 ◦ green 52 ◦ blue 18

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

Shades of Rust #AE3412

Tints of Rust #AE3412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 71.31%
G = 21.31%
B = 7.38%

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

#AE3412 (or 0xAE3412) is known color: Rust. HEX triplet: AE, 34 and 12. RGB value is (174,52,18). Sum of RGB (Red+Green+Blue) = 174+52+18=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3412 is #51CBED. Grayscale: #545454. Windows color (decimal): -5360622 or 1193134. OLE color: 1193134.

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

Color convert

RGB 174 52 18 -
CMYK 0 0.70 0.90 0.32
HSL 13.08º 0.81% 0.38% -
HSV(B) 13.08º 0.9% 0.68% -
XYZ 18.79 11.5 1.8 -
YUV 84.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 174 52 18 0 0.70 0.90 0.32 13.08 0.81 0.38
Hex AE 34 12 0 46 5A 20 D 51 26
Octal 256 64 22 0 106 132 40 15 121 46
Binary 10101110 110100 10010 0 1000110 1011010 100000 1101 1010001 100110

Color Harmonies of #AE3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3412

Black with #AE3412

Text Example


Text Example

White with #AE3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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