#AB2918

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

Shades of Fire Brick #AB2918

Tints of Fire Brick #AB2918

Color information

#AB2918 (or 0xAB2918) is unknown color: approx Fire Brick. HEX triplet: AB, 29 and 18. RGB value is (171,41,24). Sum of RGB (Red+Green+Blue) = 171+41+24=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2918 is #54D6E7. Grayscale: #4E4E4E. Windows color (decimal): -5560040 or 1583531. OLE color: 1583531.

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

Color convert

RGB1714124-
CMYK00.760.860.33
HSL6.94º75.38%38.24%-
HSV(B)6.94º85.96%67.06%-
XYZ17.7510.311.92-
YUV77.9397.57194.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 72.46%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=72.46%
G=17.37%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171412400.760.860.336.9475.3838.24
HexAB291804C562174b26
Octal2535130011412641711346
Binary10101011101001110000100110010101101000011111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2918; }

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

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

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

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

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

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

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

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