Html Css Color HEX #AE290C Rust

📋 copy color: '#AE290C'

red 174 ◦ green 41 ◦ blue 12

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

Shades of Rust #AE290C

Tints of Rust #AE290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 76.65%
G = 18.06%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE290C (or 0xAE290C) is known color: Rust. HEX triplet: AE, 29 and 0C. RGB value is (174,41,12). Sum of RGB (Red+Green+Blue) = 174+41+12=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE290C is #51D6F3. Grayscale: #4D4D4D. Windows color (decimal): -5363444 or 797102. OLE color: 797102.

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

Color convert

RGB 174 41 12 -
CMYK 0 0.76 0.93 0.32
HSL 10.74º 0.87% 0.36% -
HSV(B) 10.74º 0.93% 0.68% -
XYZ 18.31 10.61 1.43 -
YUV 77.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 174 41 12 0 0.76 0.93 0.32 10.74 0.87 0.36
Hex AE 29 C 0 4C 5D 20 B 57 24
Octal 256 51 14 0 114 135 40 13 127 44
Binary 10101110 101001 1100 0 1001100 1011101 100000 1011 1010111 100100

Color Harmonies of #AE290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE290C

Black with #AE290C

Text Example


Text Example

White with #AE290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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