Html Css Color HEX #AE500C Rust

📋 copy color: '#AE500C'

red 174 ◦ green 80 ◦ blue 12

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

Shades of Rust #AE500C

Tints of Rust #AE500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 65.41%
G = 30.08%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE500C (or 0xAE500C) is known color: Rust. HEX triplet: AE, 50 and 0C. RGB value is (174,80,12). Sum of RGB (Red+Green+Blue) = 174+80+12=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE500C is #51AFF3. Grayscale: #646464. Windows color (decimal): -5353460 or 807086. OLE color: 807086.

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

Color convert

RGB 174 80 12 -
CMYK 0 0.54 0.93 0.32
HSL 25.19º 0.87% 0.36% -
HSV(B) 25.19º 0.93% 0.68% -
XYZ 20.39 14.76 2.12 -
YUV 100.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 174 80 12 0 0.54 0.93 0.32 25.19 0.87 0.36
Hex AE 50 C 0 36 5D 20 19 57 24
Octal 256 120 14 0 66 135 40 31 127 44
Binary 10101110 1010000 1100 0 110110 1011101 100000 11001 1010111 100100

Color Harmonies of #AE500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE500C

Black with #AE500C

Text Example


Text Example

White with #AE500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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