Html Css Color HEX #AE320C Rust

📋 copy color: '#AE320C'

red 174 ◦ green 50 ◦ blue 12

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

Shades of Rust #AE320C

Tints of Rust #AE320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 73.73%
G = 21.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE320C (or 0xAE320C) is known color: Rust. HEX triplet: AE, 32 and 0C. RGB value is (174,50,12). Sum of RGB (Red+Green+Blue) = 174+50+12=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE320C is #51CDF3. Grayscale: #535353. Windows color (decimal): -5361140 or 799406. OLE color: 799406.

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

Color convert

RGB 174 50 12 -
CMYK 0 0.71 0.93 0.32
HSL 14.07º 0.87% 0.36% -
HSV(B) 14.07º 0.93% 0.68% -
XYZ 18.66 11.31 1.55 -
YUV 82.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 174 50 12 0 0.71 0.93 0.32 14.07 0.87 0.36
Hex AE 32 C 0 47 5D 20 E 57 24
Octal 256 62 14 0 107 135 40 16 127 44
Binary 10101110 110010 1100 0 1000111 1011101 100000 1110 1010111 100100

Color Harmonies of #AE320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE320C

Black with #AE320C

Text Example


Text Example

White with #AE320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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