#AE2B1B

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

Shades of Fire Brick #AE2B1B

Tints of Fire Brick #AE2B1B

Color information

#AE2B1B (or 0xAE2B1B) is unknown color: approx Fire Brick. HEX triplet: AE, 2B and 1B. RGB value is (174,43,27). Sum of RGB (Red+Green+Blue) = 174+43+27=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B1B is #51D4E4. Grayscale: #505050. Windows color (decimal): -5362917 or 1780654. OLE color: 1780654.

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

Color convert

RGB1744327-
CMYK00.750.840.32
HSL6.53º73.13%39.41%-
HSV(B)6.53º84.48%68.24%-
XYZ18.5210.812.15-
YUV80.3497.9194.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.31%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=71.31%
G=17.62%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174432700.750.840.326.5373.1339.41
HexAE2B1B04B542074927
Octal2565333011312440711147
Binary10101110101011110110100101110101001000001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B1B; }

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

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

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

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

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

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

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

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