#AB2718

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

Shades of Fire Brick #AB2718

Tints of Fire Brick #AB2718

Color information

#AB2718 (or 0xAB2718) is unknown color: approx Fire Brick. HEX triplet: AB, 27 and 18. RGB value is (171,39,24). Sum of RGB (Red+Green+Blue) = 171+39+24=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2718 is #54D8E7. Grayscale: #4C4C4C. Windows color (decimal): -5560552 or 1583019. OLE color: 1583019.

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

Color convert

RGB1713924-
CMYK00.770.860.33
HSL6.12º75.38%38.24%-
HSV(B)6.12º85.96%67.06%-
XYZ17.6810.171.9-
YUV76.7698.23195.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.08%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=73.08%
G=16.67%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171392400.770.860.336.1275.3838.24
HexAB271804D562164b26
Octal2534730011512641611346
Binary10101011100111110000100110110101101000011101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2718; }

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

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

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

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

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

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

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

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