#B91313

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

Shades of Fire Brick #B91313

Tints of Fire Brick #B91313

Color information

#B91313 (or 0xB91313) is unknown color: approx Fire Brick. HEX triplet: B9, 13 and 13. RGB value is (185,19,19). Sum of RGB (Red+Green+Blue) = 185+19+19=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B91313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91313 is #46ECEC. Grayscale: #444444. Windows color (decimal): -4648173 or 1250233. OLE color: 1250233.

HSL color Cylindrical-coordinate representation of color #B91313: hue angle of 0º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91313 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1851919-
CMYK00.900.900.27
HSL81.37%40%-
HSV(B)89.73%72.55%-
XYZ20.3610.831.63-
YUV68.63100211-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 82.96%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=82.96%
G=8.52%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185191900.900.900.27081.3740
HexB9131305A5A1B05128
Octal2712323013213233012150
Binary1011100110011100110101101010110101101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91313; }

 p { color: rgb(185,19,19); }

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

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

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

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

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

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

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