#B7312D

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

Shades of Fire Brick #B7312D

Tints of Fire Brick #B7312D

Color information

#B7312D (or 0xB7312D) is unknown color: approx Fire Brick. HEX triplet: B7, 31 and 2D. RGB value is (183,49,45). Sum of RGB (Red+Green+Blue) = 183+49+45=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7312D is #48CED2. Grayscale: #585858. Windows color (decimal): -4771539 or 2961847. OLE color: 2961847.

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

Color convert

RGB1834945-
CMYK00.730.750.28
HSL1.74º60.53%44.71%-
HSV(B)1.74º75.41%71.76%-
XYZ21.112.453.77-
YUV88.61103.39195.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=66.06%
G=17.69%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183494500.730.750.281.7460.5344.71
HexB7312D0494B1C23d2d
Octal267615501111133427555
Binary101101111100011011010100100110010111110010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7312D; }

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

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

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

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

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

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

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

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