#AB2C1C

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

Shades of Fire Brick #AB2C1C

Tints of Fire Brick #AB2C1C

Color information

#AB2C1C (or 0xAB2C1C) is unknown color: approx Fire Brick. HEX triplet: AB, 2C and 1C. RGB value is (171,44,28). Sum of RGB (Red+Green+Blue) = 171+44+28=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1C is #54D3E3. Grayscale: #505050. Windows color (decimal): -5559268 or 1846443. OLE color: 1846443.

HSL color Cylindrical-coordinate representation of color #AB2C1C: hue angle of 6.71º 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 #AB2C1C is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1714428-
CMYK00.740.840.33
HSL6.71º71.86%39.02%-
HSV(B)6.71º83.63%67.06%-
XYZ17.910.542.19-
YUV80.1598.58192.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.37%
GREEN value IS 44 (17.58% from 255) = 18.11%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=70.37%
G=18.11%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171442800.740.840.336.7171.8639.02
HexAB2C1C04A542174827
Octal2535434011212441711047
Binary10101011101100111000100101010101001000011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C1C; }

 p { color: rgb(171,44,28); }

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

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

 a { background-color: rgb(171,44,28); }

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

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

 span { border-color: rgb(171,44,28); }

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