Html Css Color HEX #AE343A Brick Red

📋 copy color: '#AE343A'

red 174 ◦ green 52 ◦ blue 58

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

Shades of Brick Red #AE343A

Tints of Brick Red #AE343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 61.27%
G = 18.31%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE343A (or 0xAE343A) is known color: Brick Red. HEX triplet: AE, 34 and 3A. RGB value is (174,52,58). Sum of RGB (Red+Green+Blue) = 174+52+58=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE343A is #51CBC5. Grayscale: #595959. Windows color (decimal): -5360582 or 3814574. OLE color: 3814574.

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

Color convert

RGB 174 52 58 -
CMYK 0 0.70 0.67 0.32
HSL 357.05º 0.54% 0.44% -
HSV(B) 357.05º 0.7% 0.68% -
XYZ 19.45 11.76 5.25 -
YUV 89.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 174 52 58 0 0.70 0.67 0.32 357.05 0.54 0.44
Hex AE 34 3A 0 46 43 20 165 36 2C
Octal 256 64 72 0 106 103 40 545 66 54
Binary 10101110 110100 111010 0 1000110 1000011 100000 101100101 110110 101100

Color Harmonies of #AE343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE343A

Black with #AE343A

Text Example


Text Example

White with #AE343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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