#AE3039

Color #AE3039 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #AE3039

Tints of Brick Red #AE3039

Color information

#AE3039 (or 0xAE3039) is unknown color: approx Brick Red. HEX triplet: AE, 30 and 39. RGB value is (174,48,57). Sum of RGB (Red+Green+Blue) = 174+48+57=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3039 is #51CFC6. Grayscale: #565656. Windows color (decimal): -5361607 or 3748014. OLE color: 3748014.

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

Color convert

RGB1744857-
CMYK00.720.670.32
HSL355.71º56.76%43.53%-
HSV(B)355.71º72.41%68.24%-
XYZ19.2511.415.06-
YUV86.7111.24190.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 62.37%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=62.37%
G=17.20%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174485700.720.670.32355.7156.7643.53
HexAE30390484320164392c
Octal25660710110103405447154
Binary10101110110000111001010010001000011100000101100100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3039; }

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

 H1.HeaderClassName
 {
   color: #AE3039;
 }
 .AnyTagClassName
 {
   color: #AE3039;
 }
</style>
background-color css

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

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

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

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

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

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