#AE2B3B

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

Shades of Brick Red #AE2B3B

Tints of Brick Red #AE2B3B

Color information

#AE2B3B (or 0xAE2B3B) is unknown color: approx Brick Red. HEX triplet: AE, 2B and 3B. RGB value is (174,43,59). Sum of RGB (Red+Green+Blue) = 174+43+59=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B3B is #51D4C4. Grayscale: #545454. Windows color (decimal): -5362885 or 3877806. OLE color: 3877806.

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

Color convert

RGB1744359-
CMYK00.750.660.32
HSL352.67º60.37%42.55%-
HSV(B)352.67º75.29%68.24%-
XYZ19.1111.045.26-
YUV83.99113.9192.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.04%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=63.04%
G=15.58%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174435900.750.660.32352.6760.3742.55
HexAE2B3B04B42201613c2b
Octal25653730113102405417453
Binary10101110101011111011010010111000010100000101100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B3B; }

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

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

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

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

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

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

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

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