#AB2106

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

Shades of Fire Brick #AB2106

Tints of Fire Brick #AB2106

Color information

#AB2106 (or 0xAB2106) is unknown color: approx Fire Brick. HEX triplet: AB, 21 and 06. RGB value is (171,33,6). Sum of RGB (Red+Green+Blue) = 171+33+6=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2106 is #54DEF9. Grayscale: #474747. Windows color (decimal): -5562106 or 401835. OLE color: 401835.

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

Color convert

RGB171336-
CMYK00.810.960.33
HSL9.82º93.22%34.71%-
HSV(B)9.82º96.49%67.06%-
XYZ17.379.761.14-
YUV71.1891.22199.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 81.43%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 6 (2.73% from 255) = 2.86%
R=81.43%
G=15.71%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17133600.810.960.339.8293.2234.71
HexAB2160516021a5d23
Octal2534160121140411213543
Binary1010101110000111001010001110000010000110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2106; }

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

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

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

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

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

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

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

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