#AC201D

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

Shades of Fire Brick #AC201D

Tints of Fire Brick #AC201D

Color information

#AC201D (or 0xAC201D) is unknown color: approx Fire Brick. HEX triplet: AC, 20 and 1D. RGB value is (172,32,29). Sum of RGB (Red+Green+Blue) = 172+32+29=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC201D is #53DFE2. Grayscale: #494949. Windows color (decimal): -5496803 or 1908908. OLE color: 1908908.

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

Color convert

RGB1723229-
CMYK00.810.830.33
HSL1.26º71.14%39.41%-
HSV(B)1.26º83.14%67.45%-
XYZ17.759.892.14-
YUV73.52102.88198.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.82%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=73.82%
G=13.73%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172322900.810.830.331.2671.1439.41
HexAC201D051532114727
Octal2544035012112341110747
Binary101011001000001110101010001101001110000111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC201D; }

 p { color: rgb(172,32,29); }

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

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

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

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

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

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

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