#AE1C1B

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

Shades of Fire Brick #AE1C1B

Tints of Fire Brick #AE1C1B

Color information

#AE1C1B (or 0xAE1C1B) is unknown color: approx Fire Brick. HEX triplet: AE, 1C and 1B. RGB value is (174,28,27). Sum of RGB (Red+Green+Blue) = 174+28+27=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1C1B is #51E3E4. Grayscale: #474747. Windows color (decimal): -5366757 or 1776814. OLE color: 1776814.

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

Color convert

RGB1742827-
CMYK00.840.840.32
HSL0.41º73.13%39.41%-
HSV(B)0.41º84.48%68.24%-
XYZ18.079.912-
YUV71.54102.87201.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.98%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=75.98%
G=12.23%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174282700.840.840.320.4173.1339.41
HexAE1C1B054542004927
Octal2563433012412440011147
Binary10101110111001101101010100101010010000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C1B; }

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

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

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

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

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

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

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

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