Html Css Color HEX #AE353B Brick Red

📋 copy color: '#AE353B'

red 174 ◦ green 53 ◦ blue 59

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

Shades of Brick Red #AE353B

Tints of Brick Red #AE353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 60.84%
G = 18.53%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE353B (or 0xAE353B) is known color: Brick Red. HEX triplet: AE, 35 and 3B. RGB value is (174,53,59). Sum of RGB (Red+Green+Blue) = 174+53+59=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE353B is #51CAC4. Grayscale: #595959. Windows color (decimal): -5360325 or 3880366. OLE color: 3880366.

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

Color convert

RGB 174 53 59 -
CMYK 0 0.70 0.66 0.32
HSL 357.02º 0.53% 0.45% -
HSV(B) 357.02º 0.7% 0.68% -
XYZ 19.52 11.86 5.4 -
YUV 89.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 174 53 59 0 0.70 0.66 0.32 357.02 0.53 0.45
Hex AE 35 3B 0 46 42 20 165 35 2D
Octal 256 65 73 0 106 102 40 545 65 55
Binary 10101110 110101 111011 0 1000110 1000010 100000 101100101 110101 101101

Color Harmonies of #AE353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE353B

Black with #AE353B

Text Example


Text Example

White with #AE353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE353B; }

 p { color: rgb(174,53,59); }

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

background-color css

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

 a { background-color: rgb(174,53,59); }

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

border-color css

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

 span { border-color: rgb(174,53,59); }

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