Html Css Color HEX #AE373E Brick Red

📋 copy color: '#AE373E'

red 174 ◦ green 55 ◦ blue 62

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

Shades of Brick Red #AE373E

Tints of Brick Red #AE373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 59.79%
G = 18.9%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE373E (or 0xAE373E) is known color: Brick Red. HEX triplet: AE, 37 and 3E. RGB value is (174,55,62). Sum of RGB (Red+Green+Blue) = 174+55+62=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE373E is #51C8C1. Grayscale: #5B5B5B. Windows color (decimal): -5359810 or 4077486. OLE color: 4077486.

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

Color convert

RGB 174 55 62 -
CMYK 0 0.68 0.64 0.32
HSL 356.47º 0.52% 0.45% -
HSV(B) 356.47º 0.68% 0.68% -
XYZ 19.69 12.08 5.85 -
YUV 91.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 174 55 62 0 0.68 0.64 0.32 356.47 0.52 0.45
Hex AE 37 3E 0 44 40 20 164 34 2D
Octal 256 67 76 0 104 100 40 544 64 55
Binary 10101110 110111 111110 0 1000100 1000000 100000 101100100 110100 101101

Color Harmonies of #AE373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE373E

Black with #AE373E

Text Example


Text Example

White with #AE373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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