#B8312A

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

Shades of Fire Brick #B8312A

Tints of Fire Brick #B8312A

Color information

#B8312A (or 0xB8312A) is unknown color: approx Fire Brick. HEX triplet: B8, 31 and 2A. RGB value is (184,49,42). Sum of RGB (Red+Green+Blue) = 184+49+42=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8312A is #47CED5. Grayscale: #585858. Windows color (decimal): -4706006 or 2765240. OLE color: 2765240.

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

Color convert

RGB1844942-
CMYK00.730.770.28
HSL2.96º62.83%44.31%-
HSV(B)2.96º77.17%72.16%-
XYZ21.2812.553.49-
YUV88.57101.73196.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 42 (16.80% from 255) = 15.27%
R=66.91%
G=17.82%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184494200.730.770.282.9662.8344.31
HexB8312A0494D1C33f2c
Octal270615201111153437754
Binary101110001100011010100100100110011011110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8312A; }

 p { color: rgb(184,49,42); }

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

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

 a { background-color: rgb(184,49,42); }

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

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

 span { border-color: rgb(184,49,42); }

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