Html Css Color HEX #AE323D Brick Red

📋 copy color: '#AE323D'

red 174 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #AE323D

Tints of Brick Red #AE323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.4%

R = 61.05%
G = 17.54%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE323D (or 0xAE323D) is known color: Brick Red. HEX triplet: AE, 32 and 3D. RGB value is (174,50,61). Sum of RGB (Red+Green+Blue) = 174+50+61=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE323D is #51CDC2. Grayscale: #585858. Windows color (decimal): -5361091 or 4010670. OLE color: 4010670.

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

Color convert

RGB 174 50 61 -
CMYK 0 0.71 0.65 0.32
HSL 354.68º 0.55% 0.44% -
HSV(B) 354.68º 0.71% 0.68% -
XYZ 19.44 11.62 5.63 -
YUV 88.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 174 50 61 0 0.71 0.65 0.32 354.68 0.55 0.44
Hex AE 32 3D 0 47 41 20 163 37 2C
Octal 256 62 75 0 107 101 40 543 67 54
Binary 10101110 110010 111101 0 1000111 1000001 100000 101100011 110111 101100

Color Harmonies of #AE323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE323D

Black with #AE323D

Text Example


Text Example

White with #AE323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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