#ac2626

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

Shades of Fire Brick #AC2626

Tints of Fire Brick #AC2626

Color information

#AC2626 (or 0xAC2626) is unknown color: approx Fire Brick. HEX triplet: AC, 26 and 26. RGB value is (172,38,38). Sum of RGB (Red+Green+Blue) = 172+38+38=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2626 is #53D9D9. Grayscale: #4E4E4E. Windows color (decimal): -5495258 or 2500268. OLE color: 2500268.

HSL color Cylindrical-coordinate representation of color #AC2626: hue angle of 0º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2626 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1723838-
CMYK00.780.780.33
HSL63.81%41.18%-
HSV(B)77.91%67.45%-
XYZ18.0610.32.87-
YUV78.07105.39195-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=69.35%
G=15.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172383800.780.780.33063.8141.18
HexAC262604E4E2104029
Octal2544646011611641010051
Binary1010110010011010011001001110100111010000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac2626; }

 p { color: rgb(172,38,38); }

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

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

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

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

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

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

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