#AB1E06

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

Shades of Fire Brick #AB1E06

Tints of Fire Brick #AB1E06

Color information

#AB1E06 (or 0xAB1E06) is unknown color: approx Fire Brick. HEX triplet: AB, 1E and 06. RGB value is (171,30,6). Sum of RGB (Red+Green+Blue) = 171+30+6=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E06 is #54E1F9. Grayscale: #454545. Windows color (decimal): -5562874 or 401067. OLE color: 401067.

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

Color convert

RGB171306-
CMYK00.820.960.33
HSL8.73º93.22%34.71%-
HSV(B)8.73º96.49%67.06%-
XYZ17.299.61.11-
YUV69.4292.21200.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 6 (2.73% from 255) = 2.90%
R=82.61%
G=14.49%
B=2.90%

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
Decimal17130600.820.960.338.7393.2234.71
HexAB1E6052602195d23
Octal2533660122140411113543
Binary101010111111011001010010110000010000110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E06; }

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

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

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

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

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

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

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

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