Html Css Color HEX #AE393C Brick Red

📋 copy color: '#AE393C'

red 174 ◦ green 57 ◦ blue 60

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

Shades of Brick Red #AE393C

Tints of Brick Red #AE393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.59%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 59.79%
G = 19.59%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE393C (or 0xAE393C) is known color: Brick Red. HEX triplet: AE, 39 and 3C. RGB value is (174,57,60). Sum of RGB (Red+Green+Blue) = 174+57+60=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE393C is #51C6C3. Grayscale: #5C5C5C. Windows color (decimal): -5359300 or 3946926. OLE color: 3946926.

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

Color convert

RGB 174 57 60 -
CMYK 0 0.67 0.66 0.32
HSL 358.46º 0.51% 0.45% -
HSV(B) 358.46º 0.67% 0.68% -
XYZ 19.73 12.25 5.6 -
YUV 92.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 174 57 60 0 0.67 0.66 0.32 358.46 0.51 0.45
Hex AE 39 3C 0 43 42 20 166 33 2D
Octal 256 71 74 0 103 102 40 546 63 55
Binary 10101110 111001 111100 0 1000011 1000010 100000 101100110 110011 101101

Color Harmonies of #AE393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE393C

Black with #AE393C

Text Example


Text Example

White with #AE393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE393C; }

 p { color: rgb(174,57,60); }

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

background-color css

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

 a { background-color: rgb(174,57,60); }

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

border-color css

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

 span { border-color: rgb(174,57,60); }

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