Html Css Color HEX #AE363E Brick Red

📋 copy color: '#AE363E'

red 174 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #AE363E

Tints of Brick Red #AE363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 60%
G = 18.62%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE363E (or 0xAE363E) is known color: Brick Red. HEX triplet: AE, 36 and 3E. RGB value is (174,54,62). Sum of RGB (Red+Green+Blue) = 174+54+62=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE363E is #51C9C1. Grayscale: #5A5A5A. Windows color (decimal): -5360066 or 4077230. OLE color: 4077230.

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

Color convert

RGB 174 54 62 -
CMYK 0 0.69 0.64 0.32
HSL 356º 0.53% 0.45% -
HSV(B) 356º 0.69% 0.68% -
XYZ 19.64 11.98 5.84 -
YUV 90.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 174 54 62 0 0.69 0.64 0.32 356 0.53 0.45
Hex AE 36 3E 0 45 40 20 164 35 2D
Octal 256 66 76 0 105 100 40 544 65 55
Binary 10101110 110110 111110 0 1000101 1000000 100000 101100100 110101 101101

Color Harmonies of #AE363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE363E

Black with #AE363E

Text Example


Text Example

White with #AE363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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