Html Css Color HEX #AE3D0C Rust

📋 copy color: '#AE3D0C'

red 174 ◦ green 61 ◦ blue 12

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

Shades of Rust #AE3D0C

Tints of Rust #AE3D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 70.45%
G = 24.7%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE3D0C (or 0xAE3D0C) is known color: Rust. HEX triplet: AE, 3D and 0C. RGB value is (174,61,12). Sum of RGB (Red+Green+Blue) = 174+61+12=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D0C is #51C2F3. Grayscale: #595959. Windows color (decimal): -5358324 or 802222. OLE color: 802222.

HSL color Cylindrical-coordinate representation of color #AE3D0C: hue angle of 18.15º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE3D0C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 61 12 -
CMYK 0 0.65 0.93 0.32
HSL 18.15º 0.87% 0.36% -
HSV(B) 18.15º 0.93% 0.68% -
XYZ 19.19 12.36 1.72 -
YUV 89.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 174 61 12 0 0.65 0.93 0.32 18.15 0.87 0.36
Hex AE 3D C 0 41 5D 20 12 57 24
Octal 256 75 14 0 101 135 40 22 127 44
Binary 10101110 111101 1100 0 1000001 1011101 100000 10010 1010111 100100

Color Harmonies of #AE3D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D0C

Black with #AE3D0C

Text Example


Text Example

White with #AE3D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D0C; }

 p { color: rgb(174,61,12); }

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

background-color css

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

 a { background-color: rgb(174,61,12); }

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

border-color css

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

 span { border-color: rgb(174,61,12); }

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