Html Css Color HEX #AE3F12 Rust

📋 copy color: '#AE3F12'

red 174 ◦ green 63 ◦ blue 18

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

Shades of Rust #AE3F12

Tints of Rust #AE3F12

RGB

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

 GREEN value IS 63 (25% from 255) = 24.71%

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

R = 68.24%
G = 24.71%
B = 7.06%

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

#AE3F12 (or 0xAE3F12) is known color: Rust. HEX triplet: AE, 3F and 12. RGB value is (174,63,18). Sum of RGB (Red+Green+Blue) = 174+63+18=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F12 is #51C0ED. Grayscale: #5B5B5B. Windows color (decimal): -5357806 or 1195950. OLE color: 1195950.

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

Color convert

RGB 174 63 18 -
CMYK 0 0.64 0.90 0.32
HSL 17.31º 0.81% 0.38% -
HSV(B) 17.31º 0.9% 0.68% -
XYZ 19.34 12.6 1.98 -
YUV 91.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 174 63 18 0 0.64 0.90 0.32 17.31 0.81 0.38
Hex AE 3F 12 0 40 5A 20 11 51 26
Octal 256 77 22 0 100 132 40 21 121 46
Binary 10101110 111111 10010 0 1000000 1011010 100000 10001 1010001 100110

Color Harmonies of #AE3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F12

Black with #AE3F12

Text Example


Text Example

White with #AE3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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