#AE251B

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

Shades of Fire Brick #AE251B

Tints of Fire Brick #AE251B

Color information

#AE251B (or 0xAE251B) is unknown color: approx Fire Brick. HEX triplet: AE, 25 and 1B. RGB value is (174,37,27). Sum of RGB (Red+Green+Blue) = 174+37+27=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE251B is #51DAE4. Grayscale: #4D4D4D. Windows color (decimal): -5364453 or 1779118. OLE color: 1779118.

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

Color convert

RGB1743727-
CMYK00.790.840.32
HSL4.08º73.13%39.41%-
HSV(B)4.08º84.48%68.24%-
XYZ18.3110.42.08-
YUV76.8299.89197.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.11%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=73.11%
G=15.55%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174372700.790.840.324.0873.1339.41
HexAE251B04F542044927
Octal2564533011712440411147
Binary10101110100101110110100111110101001000001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE251B; }

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

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

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

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

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

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

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

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