Html Css Color HEX #AE303C Brick Red

📋 copy color: '#AE303C'

red 174 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #AE303C

Tints of Brick Red #AE303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

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

R = 61.7%
G = 17.02%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE303C (or 0xAE303C) is known color: Brick Red. HEX triplet: AE, 30 and 3C. RGB value is (174,48,60). Sum of RGB (Red+Green+Blue) = 174+48+60=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE303C is #51CFC3. Grayscale: #575757. Windows color (decimal): -5361604 or 3944622. OLE color: 3944622.

HSL color Cylindrical-coordinate representation of color #AE303C: hue angle of 354.29º degrees, saturation: 0.57, 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 #AE303C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 48 60 -
CMYK 0 0.72 0.66 0.32
HSL 354.29º 0.57% 0.44% -
HSV(B) 354.29º 0.72% 0.68% -
XYZ 19.33 11.44 5.46 -
YUV 87.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 174 48 60 0 0.72 0.66 0.32 354.29 0.57 0.44
Hex AE 30 3C 0 48 42 20 162 39 2C
Octal 256 60 74 0 110 102 40 542 71 54
Binary 10101110 110000 111100 0 1001000 1000010 100000 101100010 111001 101100

Color Harmonies of #AE303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE303C

Black with #AE303C

Text Example


Text Example

White with #AE303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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