#AB1F0F

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

Shades of Fire Brick #AB1F0F

Tints of Fire Brick #AB1F0F

Color information

#AB1F0F (or 0xAB1F0F) is unknown color: approx Fire Brick. HEX triplet: AB, 1F and 0F. RGB value is (171,31,15). Sum of RGB (Red+Green+Blue) = 171+31+15=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F0F is #54E0F0. Grayscale: #474747. Windows color (decimal): -5562609 or 991147. OLE color: 991147.

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

Color convert

RGB1713115-
CMYK00.820.910.33
HSL6.15º83.87%36.47%-
HSV(B)6.15º91.23%67.06%-
XYZ17.379.671.4-
YUV71.0496.38199.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.80%
GREEN value IS 31 (12.5% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=78.80%
G=14.29%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171311500.820.910.336.1583.8736.47
HexAB1FF0525B2165424
Octal2533717012213341612444
Binary101010111111111110101001010110111000011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1F0F; }

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

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

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

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

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

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

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

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