Html Css Color HEX #AE3F0E Rust

📋 copy color: '#AE3F0E'

red 174 ◦ green 63 ◦ blue 14

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

Shades of Rust #AE3F0E

Tints of Rust #AE3F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 69.32%
G = 25.1%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE3F0E (or 0xAE3F0E) is known color: Rust. HEX triplet: AE, 3F and 0E. RGB value is (174,63,14). Sum of RGB (Red+Green+Blue) = 174+63+14=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3F0E is #51C0F1. Grayscale: #5A5A5A. Windows color (decimal): -5357810 or 933806. OLE color: 933806.

HSL color Cylindrical-coordinate representation of color #AE3F0E: hue angle of 18.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE3F0E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 63 14 -
CMYK 0 0.64 0.92 0.32
HSL 18.38º 0.85% 0.37% -
HSV(B) 18.38º 0.92% 0.68% -
XYZ 19.31 12.59 1.83 -
YUV 90.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 174 63 14 0 0.64 0.92 0.32 18.38 0.85 0.37
Hex AE 3F E 0 40 5C 20 12 55 25
Octal 256 77 16 0 100 134 40 22 125 45
Binary 10101110 111111 1110 0 1000000 1011100 100000 10010 1010101 100101

Color Harmonies of #AE3F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3F0E

Black with #AE3F0E

Text Example


Text Example

White with #AE3F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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