#AB140F

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

Shades of Fire Brick #AB140F

Tints of Fire Brick #AB140F

Color information

#AB140F (or 0xAB140F) is unknown color: approx Fire Brick. HEX triplet: AB, 14 and 0F. RGB value is (171,20,15). Sum of RGB (Red+Green+Blue) = 171+20+15=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB140F is #54EBF0. Grayscale: #404040. Windows color (decimal): -5565425 or 988331. OLE color: 988331.

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

Color convert

RGB1712015-
CMYK00.880.910.33
HSL1.92º83.87%36.47%-
HSV(B)1.92º91.23%67.06%-
XYZ17.139.191.32-
YUV64.58100.03203.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 83.01%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=83.01%
G=9.71%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171201500.880.910.331.9283.8736.47
HexAB14F0585B2125424
Octal2532417013013341212444
Binary10101011101001111010110001011011100001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB140F; }

 p { color: rgb(171,20,15); }

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

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

 a { background-color: rgb(171,20,15); }

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

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

 span { border-color: rgb(171,20,15); }

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