#ab2917

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

Shades of Fire Brick #AB2917

Tints of Fire Brick #AB2917

Color information

#AB2917 (or 0xAB2917) is unknown color: approx Fire Brick. HEX triplet: AB, 29 and 17. RGB value is (171,41,23). Sum of RGB (Red+Green+Blue) = 171+41+23=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2917 is #54D6E8. Grayscale: #4E4E4E. Windows color (decimal): -5560041 or 1517995. OLE color: 1517995.

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

Color convert

RGB1714123-
CMYK00.760.870.33
HSL7.3º76.29%38.04%-
HSV(B)7.3º86.55%67.06%-
XYZ17.7410.311.86-
YUV77.8297.07194.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.77%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=72.77%
G=17.45%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171412300.760.870.337.376.2938.04
HexAB291704C572174c26
Octal2535127011412741711446
Binary10101011101001101110100110010101111000011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2917; }

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

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

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

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

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

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

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

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