#AE1B18

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

Shades of Fire Brick #AE1B18

Tints of Fire Brick #AE1B18

Color information

#AE1B18 (or 0xAE1B18) is unknown color: approx Fire Brick. HEX triplet: AE, 1B and 18. RGB value is (174,27,24). Sum of RGB (Red+Green+Blue) = 174+27+24=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1B18 is #51E4E7. Grayscale: #464646. Windows color (decimal): -5367016 or 1579950. OLE color: 1579950.

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

Color convert

RGB1742724-
CMYK00.840.860.32
HSL1.2º75.76%38.82%-
HSV(B)1.2º86.21%68.24%-
XYZ18.019.851.82-
YUV70.61101.7201.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 77.33%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=77.33%
G=12%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174272400.840.860.321.275.7638.82
HexAE1B18054562014c27
Octal2563330012412640111447
Binary10101110110111100001010100101011010000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B18; }

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

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

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

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

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

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

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

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