Html Css Color HEX #AE313A Brick Red

📋 copy color: '#AE313A'

red 174 ◦ green 49 ◦ blue 58

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

Shades of Brick Red #AE313A

Tints of Brick Red #AE313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 61.92%
G = 17.44%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE313A (or 0xAE313A) is known color: Brick Red. HEX triplet: AE, 31 and 3A. RGB value is (174,49,58). Sum of RGB (Red+Green+Blue) = 174+49+58=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE313A is #51CEC5. Grayscale: #575757. Windows color (decimal): -5361350 or 3813806. OLE color: 3813806.

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

Color convert

RGB 174 49 58 -
CMYK 0 0.72 0.67 0.32
HSL 355.68º 0.56% 0.44% -
HSV(B) 355.68º 0.72% 0.68% -
XYZ 19.32 11.5 5.2 -
YUV 87.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 174 49 58 0 0.72 0.67 0.32 355.68 0.56 0.44
Hex AE 31 3A 0 48 43 20 164 38 2C
Octal 256 61 72 0 110 103 40 544 70 54
Binary 10101110 110001 111010 0 1001000 1000011 100000 101100100 111000 101100

Color Harmonies of #AE313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE313A

Black with #AE313A

Text Example


Text Example

White with #AE313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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