#AB1F07

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

Shades of Fire Brick #AB1F07

Tints of Fire Brick #AB1F07

Color information

#AB1F07 (or 0xAB1F07) is unknown color: approx Fire Brick. HEX triplet: AB, 1F and 07. RGB value is (171,31,7). Sum of RGB (Red+Green+Blue) = 171+31+7=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F07 is #54E0F8. Grayscale: #464646. Windows color (decimal): -5562617 or 466859. OLE color: 466859.

HSL color Cylindrical-coordinate representation of color #AB1F07: hue angle of 8.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB1F07 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB171317-
CMYK00.820.960.33
HSL8.78º92.13%34.9%-
HSV(B)8.78º95.91%67.06%-
XYZ17.329.651.15-
YUV70.1292.38199.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.82%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=81.82%
G=14.83%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17131700.820.960.338.7892.1334.9
HexAB1F7052602195c23
Octal2533770122140411113443
Binary101010111111111101010010110000010000110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1F07; }

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

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

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

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

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

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

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

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