#ab2313

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

Shades of Fire Brick #AB2313

Tints of Fire Brick #AB2313

Color information

#AB2313 (or 0xAB2313) is unknown color: approx Fire Brick. HEX triplet: AB, 23 and 13. RGB value is (171,35,19). Sum of RGB (Red+Green+Blue) = 171+35+19=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2313 is #54DCEC. Grayscale: #4A4A4A. Windows color (decimal): -5561581 or 1254315. OLE color: 1254315.

HSL color Cylindrical-coordinate representation of color #AB2313: hue angle of 6.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2313 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1713519-
CMYK00.800.890.33
HSL6.32º80%37.25%-
HSV(B)6.32º88.89%67.06%-
XYZ17.519.911.61-
YUV73.8497.06197.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=76%
G=15.56%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171351900.800.890.336.328037.25
HexAB2313050592165025
Octal2534323012013141612045
Binary10101011100011100110101000010110011000011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2313; }

 p { color: rgb(171,35,19); }

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

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

 a { background-color: rgb(171,35,19); }

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

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

 span { border-color: rgb(171,35,19); }

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