#B91312

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

Shades of Fire Brick #B91312

Tints of Fire Brick #B91312

Color information

#B91312 (or 0xB91312) is unknown color: approx Fire Brick. HEX triplet: B9, 13 and 12. RGB value is (185,19,18). Sum of RGB (Red+Green+Blue) = 185+19+18=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B91312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91312 is #46ECED. Grayscale: #444444. Windows color (decimal): -4648174 or 1184697. OLE color: 1184697.

HSL color Cylindrical-coordinate representation of color #B91312: hue angle of 0.36º degrees, saturation: 0.82, 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 #B91312 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1851918-
CMYK00.900.900.27
HSL0.36º82.27%39.8%-
HSV(B)0.36º90.27%72.55%-
XYZ20.3510.821.59-
YUV68.5299.5211.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 83.33%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 18 (7.42% from 255) = 8.11%
R=83.33%
G=8.56%
B=8.11%

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
Decimal185191800.900.900.270.3682.2739.8
HexB9131205A5A1B05228
Octal2712322013213233012250
Binary1011100110011100100101101010110101101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91312; }

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

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

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

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

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

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

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

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