Html Css Color HEX #AE5031 Red Stage

📋 copy color: '#AE5031'

red 174 ◦ green 80 ◦ blue 49

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

Shades of Red Stage #AE5031

Tints of Red Stage #AE5031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 57.43%
G = 26.4%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE5031 (or 0xAE5031) is known color: Red Stage. HEX triplet: AE, 50 and 31. RGB value is (174,80,49). Sum of RGB (Red+Green+Blue) = 174+80+49=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE5031 is #51AFCE. Grayscale: #686868. Windows color (decimal): -5353423 or 3231918. OLE color: 3231918.

HSL color Cylindrical-coordinate representation of color #AE5031: hue angle of 14.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE5031 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 49 -
CMYK 0 0.54 0.72 0.32
HSL 14.88º 0.56% 0.44% -
HSV(B) 14.88º 0.72% 0.68% -
XYZ 20.88 14.96 4.69 -
YUV 104.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 174 80 49 0 0.54 0.72 0.32 14.88 0.56 0.44
Hex AE 50 31 0 36 48 20 F 38 2C
Octal 256 120 61 0 66 110 40 17 70 54
Binary 10101110 1010000 110001 0 110110 1001000 100000 1111 111000 101100

Color Harmonies of #AE5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5031

Black with #AE5031

Text Example


Text Example

White with #AE5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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