Html Css Color HEX #AE2B3A Brick Red

📋 copy color: '#AE2B3A'

red 174 ◦ green 43 ◦ blue 58

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

Shades of Brick Red #AE2B3A

Tints of Brick Red #AE2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.64%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 63.27%
G = 15.64%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE2B3A (or 0xAE2B3A) is known color: Brick Red. HEX triplet: AE, 2B and 3A. RGB value is (174,43,58). Sum of RGB (Red+Green+Blue) = 174+43+58=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B3A is #51D4C5. Grayscale: #535353. Windows color (decimal): -5362886 or 3812270. OLE color: 3812270.

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

Color convert

RGB 174 43 58 -
CMYK 0 0.75 0.67 0.32
HSL 353.13º 0.6% 0.43% -
HSV(B) 353.13º 0.75% 0.68% -
XYZ 19.08 11.03 5.13 -
YUV 83.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 174 43 58 0 0.75 0.67 0.32 353.13 0.6 0.43
Hex AE 2B 3A 0 4B 43 20 161 3C 2B
Octal 256 53 72 0 113 103 40 541 74 53
Binary 10101110 101011 111010 0 1001011 1000011 100000 101100001 111100 101011

Color Harmonies of #AE2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2B3A

Black with #AE2B3A

Text Example


Text Example

White with #AE2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2B3A; }

 p { color: rgb(174,43,58); }

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

background-color css

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

 a { background-color: rgb(174,43,58); }

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

border-color css

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

 span { border-color: rgb(174,43,58); }

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