#AC1C0D

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

Shades of Fire Brick #AC1C0D

Tints of Fire Brick #AC1C0D

Color information

#AC1C0D (or 0xAC1C0D) is unknown color: approx Fire Brick. HEX triplet: AC, 1C and 0D. RGB value is (172,28,13). Sum of RGB (Red+Green+Blue) = 172+28+13=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C0D is #53E3F2. Grayscale: #454545. Windows color (decimal): -5497843 or 859308. OLE color: 859308.

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

Color convert

RGB1722813-
CMYK00.840.920.33
HSL5.66º85.95%36.27%-
HSV(B)5.66º92.44%67.45%-
XYZ17.59.631.32-
YUV69.3596.21201.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.75%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=80.75%
G=13.15%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172281300.840.920.335.6685.9536.27
HexAC1CD0545C2165624
Octal2543415012413441612644
Binary101011001110011010101010010111001000011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C0D; }

 p { color: rgb(172,28,13); }

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

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

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

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

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

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

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