Html Css Color HEX #AE323A Brick Red

📋 copy color: '#AE323A'

red 174 ◦ green 50 ◦ blue 58

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

Shades of Brick Red #AE323A

Tints of Brick Red #AE323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 61.7%
G = 17.73%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE323A (or 0xAE323A) is known color: Brick Red. HEX triplet: AE, 32 and 3A. RGB value is (174,50,58). Sum of RGB (Red+Green+Blue) = 174+50+58=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE323A is #51CDC5. Grayscale: #585858. Windows color (decimal): -5361094 or 3814062. OLE color: 3814062.

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

Color convert

RGB 174 50 58 -
CMYK 0 0.71 0.67 0.32
HSL 356.13º 0.55% 0.44% -
HSV(B) 356.13º 0.71% 0.68% -
XYZ 19.36 11.59 5.22 -
YUV 87.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 174 50 58 0 0.71 0.67 0.32 356.13 0.55 0.44
Hex AE 32 3A 0 47 43 20 164 37 2C
Octal 256 62 72 0 107 103 40 544 67 54
Binary 10101110 110010 111010 0 1000111 1000011 100000 101100100 110111 101100

Color Harmonies of #AE323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE323A

Black with #AE323A

Text Example


Text Example

White with #AE323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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