#B9312D

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

Shades of Fire Brick #B9312D

Tints of Fire Brick #B9312D

Color information

#B9312D (or 0xB9312D) is unknown color: approx Fire Brick. HEX triplet: B9, 31 and 2D. RGB value is (185,49,45). Sum of RGB (Red+Green+Blue) = 185+49+45=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9312D is #46CED2. Grayscale: #595959. Windows color (decimal): -4640467 or 2961849. OLE color: 2961849.

HSL color Cylindrical-coordinate representation of color #B9312D: hue angle of 1.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9312D is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1854945-
CMYK00.740.760.27
HSL1.71º60.87%45.1%-
HSV(B)1.71º75.68%72.55%-
XYZ21.5812.73.8-
YUV89.21103.06196.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.31%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=66.31%
G=17.56%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185494500.740.760.271.7160.8745.1
HexB9312D04A4C1B23d2d
Octal271615501121143327555
Binary101110011100011011010100101010011001101110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9312D; }

 p { color: rgb(185,49,45); }

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

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

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

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

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

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

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