#AC1C1E

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

Shades of Fire Engine Red #AC1C1E

Tints of Fire Engine Red #AC1C1E

Color information

#AC1C1E (or 0xAC1C1E) is unknown color: approx Fire Engine Red. HEX triplet: AC, 1C and 1E. RGB value is (172,28,30). Sum of RGB (Red+Green+Blue) = 172+28+30=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C1E is #53E3E1. Grayscale: #474747. Windows color (decimal): -5497826 or 1973420. OLE color: 1973420.

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

Color convert

RGB1722830-
CMYK00.840.830.33
HSL359.17º72%39.22%-
HSV(B)359.17º83.72%67.45%-
XYZ17.669.692.17-
YUV71.28104.71199.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.78%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 30 (12.11% from 255) = 13.04%
R=74.78%
G=12.17%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172283000.840.830.33359.177239.22
HexAC1C1E05453211674827
Octal254343601241234154711047
Binary1010110011100111100101010010100111000011011001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C1E; }

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

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

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

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

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

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

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

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