#AE261B

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

Shades of Fire Brick #AE261B

Tints of Fire Brick #AE261B

Color information

#AE261B (or 0xAE261B) is unknown color: approx Fire Brick. HEX triplet: AE, 26 and 1B. RGB value is (174,38,27). Sum of RGB (Red+Green+Blue) = 174+38+27=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE261B is #51D9E4. Grayscale: #4D4D4D. Windows color (decimal): -5364197 or 1779374. OLE color: 1779374.

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

Color convert

RGB1743827-
CMYK00.780.840.32
HSL4.49º73.13%39.41%-
HSV(B)4.49º84.48%68.24%-
XYZ18.3510.462.09-
YUV77.4199.56196.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.80%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=72.80%
G=15.90%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174382700.780.840.324.4973.1339.41
HexAE261B04E542044927
Octal2564633011612440411147
Binary10101110100110110110100111010101001000001001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE261B; }

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

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

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

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

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

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

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

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