#B91B12

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

Shades of Fire Brick #B91B12

Tints of Fire Brick #B91B12

Color information

#B91B12 (or 0xB91B12) is unknown color: approx Fire Brick. HEX triplet: B9, 1B and 12. RGB value is (185,27,18). Sum of RGB (Red+Green+Blue) = 185+27+18=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91B12 is #46E4ED. Grayscale: #494949. Windows color (decimal): -4646126 or 1186745. OLE color: 1186745.

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

Color convert

RGB1852718-
CMYK00.850.900.27
HSL3.23º82.27%39.8%-
HSV(B)3.23º90.27%72.55%-
XYZ20.5111.141.64-
YUV73.2296.85207.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 80.43%
GREEN value IS 27 (10.94% from 255) = 11.74%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=80.43%
G=11.74%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185271800.850.900.273.2382.2739.8
HexB91B120555A1B35228
Octal2713322012513233312250
Binary10111001110111001001010101101101011011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91B12; }

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

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

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

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

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

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

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

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