#AB2117

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

Shades of Fire Brick #AB2117

Tints of Fire Brick #AB2117

Color information

#AB2117 (or 0xAB2117) is unknown color: approx Fire Brick. HEX triplet: AB, 21 and 17. RGB value is (171,33,23). Sum of RGB (Red+Green+Blue) = 171+33+23=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 23 (9.38% from 255 or 10.13% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2117 is #54DEE8. Grayscale: #494949. Windows color (decimal): -5562089 or 1515947. OLE color: 1515947.

HSL color Cylindrical-coordinate representation of color #AB2117: hue angle of 4.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2117 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1713323-
CMYK00.810.870.33
HSL4.05º76.29%38.04%-
HSV(B)4.05º86.55%67.06%-
XYZ17.499.811.78-
YUV73.1299.72197.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 33 (13.28% from 255) = 14.54%
BLUE value IS 23 (9.38% from 255) = 10.13%
R=75.33%
G=14.54%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171332300.810.870.334.0576.2938.04
HexAB2117051572144c26
Octal2534127012112741411446
Binary10101011100001101110101000110101111000011001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2117; }

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

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

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

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

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

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

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

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