#AE221B

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

Shades of Fire Brick #AE221B

Tints of Fire Brick #AE221B

Color information

#AE221B (or 0xAE221B) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 1B. RGB value is (174,34,27). Sum of RGB (Red+Green+Blue) = 174+34+27=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE221B is #51DDE4. Grayscale: #4B4B4B. Windows color (decimal): -5365221 or 1778350. OLE color: 1778350.

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

Color convert

RGB1743427-
CMYK00.800.840.32
HSL2.86º73.13%39.41%-
HSV(B)2.86º84.48%68.24%-
XYZ18.2310.222.05-
YUV75.06100.88198.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.04%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=74.04%
G=14.47%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174342700.800.840.322.8673.1339.41
HexAE221B050542034927
Octal2564233012012440311147
Binary1010111010001011011010100001010100100000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE221B; }

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

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

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

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

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

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

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

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