#AC1F1E

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

Shades of Fire Brick #AC1F1E

Tints of Fire Brick #AC1F1E

Color information

#AC1F1E (or 0xAC1F1E) is unknown color: approx Fire Brick. HEX triplet: AC, 1F and 1E. RGB value is (172,31,30). Sum of RGB (Red+Green+Blue) = 172+31+30=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1F1E is #53E0E1. Grayscale: #494949. Windows color (decimal): -5497058 or 1974188. OLE color: 1974188.

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

Color convert

RGB1723130-
CMYK00.820.830.33
HSL0.42º70.3%39.61%-
HSV(B)0.42º82.56%67.45%-
XYZ17.749.842.19-
YUV73.04103.71198.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.82%
GREEN value IS 31 (12.5% from 255) = 13.30%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=73.82%
G=13.30%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172313000.820.830.330.4270.339.61
HexAC1F1E052532104628
Octal2543736012212341010650
Binary10101100111111111001010010101001110000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F1E; }

 p { color: rgb(172,31,30); }

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

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

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

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

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

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

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