#AB180C

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

Shades of Fire Brick #AB180C

Tints of Fire Brick #AB180C

Color information

#AB180C (or 0xAB180C) is unknown color: approx Fire Brick. HEX triplet: AB, 18 and 0C. RGB value is (171,24,12). Sum of RGB (Red+Green+Blue) = 171+24+12=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB180C is #54E7F3. Grayscale: #424242. Windows color (decimal): -5564404 or 792747. OLE color: 792747.

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

Color convert

RGB1712412-
CMYK00.860.930.33
HSL4.53º86.89%35.88%-
HSV(B)4.53º92.98%67.06%-
XYZ17.199.341.24-
YUV66.5897.2202.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=82.61%
G=11.59%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171241200.860.930.334.5386.8935.88
HexAB18C0565D2155724
Octal2533014012613541512744
Binary101010111100011000101011010111011000011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB180C; }

 p { color: rgb(171,24,12); }

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

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

 a { background-color: rgb(171,24,12); }

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

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

 span { border-color: rgb(171,24,12); }

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