Html Css Color HEX #AE3612 Rust

📋 copy color: '#AE3612'

red 174 ◦ green 54 ◦ blue 18

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

Shades of Rust #AE3612

Tints of Rust #AE3612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

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

R = 70.73%
G = 21.95%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE3612 (or 0xAE3612) is known color: Rust. HEX triplet: AE, 36 and 12. RGB value is (174,54,18). Sum of RGB (Red+Green+Blue) = 174+54+18=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3612 is #51C9ED. Grayscale: #565656. Windows color (decimal): -5360110 or 1193646. OLE color: 1193646.

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

Color convert

RGB 174 54 18 -
CMYK 0 0.69 0.90 0.32
HSL 13.85º 0.81% 0.38% -
HSV(B) 13.85º 0.9% 0.68% -
XYZ 18.88 11.68 1.83 -
YUV 85.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 174 54 18 0 0.69 0.90 0.32 13.85 0.81 0.38
Hex AE 36 12 0 45 5A 20 E 51 26
Octal 256 66 22 0 105 132 40 16 121 46
Binary 10101110 110110 10010 0 1000101 1011010 100000 1110 1010001 100110

Color Harmonies of #AE3612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3612

Black with #AE3612

Text Example


Text Example

White with #AE3612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3612; }

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

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

background-color css

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

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

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

border-color css

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

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

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