#AC1B1A

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

Shades of Fire Brick #AC1B1A

Tints of Fire Brick #AC1B1A

Color information

#AC1B1A (or 0xAC1B1A) is unknown color: approx Fire Brick. HEX triplet: AC, 1B and 1A. RGB value is (172,27,26). Sum of RGB (Red+Green+Blue) = 172+27+26=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B1A is #53E4E5. Grayscale: #464646. Windows color (decimal): -5498086 or 1711020. OLE color: 1711020.

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

Color convert

RGB1722726-
CMYK00.840.850.33
HSL0.41º73.74%38.82%-
HSV(B)0.41º84.88%67.45%-
XYZ17.599.631.91-
YUV70.24103.04200.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 76.44%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=76.44%
G=12%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172272600.840.850.330.4173.7438.82
HexAC1B1A054552104a27
Octal2543332012412541011247
Binary10101100110111101001010100101010110000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B1A; }

 p { color: rgb(172,27,26); }

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

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

 a { background-color: rgb(172,27,26); }

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

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

 span { border-color: rgb(172,27,26); }

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