#AC2921

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

Shades of Fire Brick #AC2921

Tints of Fire Brick #AC2921

Color information

#AC2921 (or 0xAC2921) is unknown color: approx Fire Brick. HEX triplet: AC, 29 and 21. RGB value is (172,41,33). Sum of RGB (Red+Green+Blue) = 172+41+33=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2921 is #53D6DE. Grayscale: #4F4F4F. Windows color (decimal): -5494495 or 2173356. OLE color: 2173356.

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

Color convert

RGB1724133-
CMYK00.760.810.33
HSL3.45º67.8%40.2%-
HSV(B)3.45º80.81%67.45%-
XYZ18.0810.472.51-
YUV79.26101.9194.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.92%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=69.92%
G=16.67%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172413300.760.810.333.4567.840.2
HexAC292104C512134428
Octal2545141011412141310450
Binary10101100101001100001010011001010001100001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2921; }

 p { color: rgb(172,41,33); }

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

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

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

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

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

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

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