#AE1B0E

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

Shades of Fire Brick #AE1B0E

Tints of Fire Brick #AE1B0E

Color information

#AE1B0E (or 0xAE1B0E) is unknown color: approx Fire Brick. HEX triplet: AE, 1B and 0E. RGB value is (174,27,14). Sum of RGB (Red+Green+Blue) = 174+27+14=215 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.93% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1B0E is #51E4F1. Grayscale: #454545. Windows color (decimal): -5367026 or 924590. OLE color: 924590.

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

Color convert

RGB1742714-
CMYK00.840.920.32
HSL4.88º85.11%36.86%-
HSV(B)4.88º91.95%68.24%-
XYZ17.939.811.36-
YUV69.4796.7202.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 80.93%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=80.93%
G=12.56%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174271400.840.920.324.8885.1136.86
HexAE1BE0545C2055525
Octal2563316012413440512545
Binary101011101101111100101010010111001000001011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B0E; }

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

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

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

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

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

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

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

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