Html Css Color HEX #AE502E Red Stage

📋 copy color: '#AE502E'

red 174 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #AE502E

Tints of Red Stage #AE502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 58%
G = 26.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE502E (or 0xAE502E) is known color: Red Stage. HEX triplet: AE, 50 and 2E. RGB value is (174,80,46). Sum of RGB (Red+Green+Blue) = 174+80+46=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE502E is #51AFD1. Grayscale: #686868. Windows color (decimal): -5353426 or 3035310. OLE color: 3035310.

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

Color convert

RGB 174 80 46 -
CMYK 0 0.54 0.74 0.32
HSL 15.94º 0.58% 0.43% -
HSV(B) 15.94º 0.74% 0.68% -
XYZ 20.82 14.93 4.37 -
YUV 104.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 174 80 46 0 0.54 0.74 0.32 15.94 0.58 0.43
Hex AE 50 2E 0 36 4A 20 10 3A 2B
Octal 256 120 56 0 66 112 40 20 72 53
Binary 10101110 1010000 101110 0 110110 1001010 100000 10000 111010 101011

Color Harmonies of #AE502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE502E

Black with #AE502E

Text Example


Text Example

White with #AE502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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