#AB1F06

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

Shades of Fire Brick #AB1F06

Tints of Fire Brick #AB1F06

Color information

#AB1F06 (or 0xAB1F06) is unknown color: approx Fire Brick. HEX triplet: AB, 1F and 06. RGB value is (171,31,6). Sum of RGB (Red+Green+Blue) = 171+31+6=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1F06 is #54E0F9. Grayscale: #464646. Windows color (decimal): -5562618 or 401323. OLE color: 401323.

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

Color convert

RGB171316-
CMYK00.820.960.33
HSL9.09º93.22%34.71%-
HSV(B)9.09º96.49%67.06%-
XYZ17.329.651.12-
YUV70.0191.88200.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.21%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 6 (2.73% from 255) = 2.88%
R=82.21%
G=14.90%
B=2.88%

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
Decimal17131600.820.960.339.0993.2234.71
HexAB1F6052602195d23
Octal2533760122140411113543
Binary101010111111111001010010110000010000110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1F06; }

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

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

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

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

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

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

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

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