#AB1817

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

Shades of Fire Brick #AB1817

Tints of Fire Brick #AB1817

Color information

#AB1817 (or 0xAB1817) is unknown color: approx Fire Brick. HEX triplet: AB, 18 and 17. RGB value is (171,24,23). Sum of RGB (Red+Green+Blue) = 171+24+23=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1817 is #54E7E8. Grayscale: #434343. Windows color (decimal): -5564393 or 1513643. OLE color: 1513643.

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

Color convert

RGB1712423-
CMYK00.860.870.33
HSL0.41º76.29%38.04%-
HSV(B)0.41º86.55%67.06%-
XYZ17.289.371.71-
YUV67.84102.7201.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 78.44%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=78.44%
G=11.01%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171242300.860.870.330.4176.2938.04
HexAB1817056572104c26
Octal2533027012612741011446
Binary10101011110001011101010110101011110000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1817; }

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

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

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

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

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

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

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

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