Html Css Color HEX #AE343E Brick Red

📋 copy color: '#AE343E'

red 174 ◦ green 52 ◦ blue 62

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

Shades of Brick Red #AE343E

Tints of Brick Red #AE343E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 60.42%
G = 18.06%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE343E (or 0xAE343E) is known color: Brick Red. HEX triplet: AE, 34 and 3E. RGB value is (174,52,62). Sum of RGB (Red+Green+Blue) = 174+52+62=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE343E is #51CBC1. Grayscale: #595959. Windows color (decimal): -5360578 or 4076718. OLE color: 4076718.

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

Color convert

RGB 174 52 62 -
CMYK 0 0.70 0.64 0.32
HSL 355.08º 0.54% 0.44% -
HSV(B) 355.08º 0.7% 0.68% -
XYZ 19.55 11.8 5.8 -
YUV 89.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 174 52 62 0 0.70 0.64 0.32 355.08 0.54 0.44
Hex AE 34 3E 0 46 40 20 163 36 2C
Octal 256 64 76 0 106 100 40 543 66 54
Binary 10101110 110100 111110 0 1000110 1000000 100000 101100011 110110 101100

Color Harmonies of #AE343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE343E

Black with #AE343E

Text Example


Text Example

White with #AE343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE343E; }

 p { color: rgb(174,52,62); }

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

background-color css

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

 a { background-color: rgb(174,52,62); }

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

border-color css

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

 span { border-color: rgb(174,52,62); }

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