#B0150B

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

Shades of Fire Brick #B0150B

Tints of Fire Brick #B0150B

Color information

#B0150B (or 0xB0150B) is unknown color: approx Fire Brick. HEX triplet: B0, 15 and 0B. RGB value is (176,21,11). Sum of RGB (Red+Green+Blue) = 176+21+11=208 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.62% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 176 - color contains mainly: red. Hex color #B0150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0150B is #4FEAF4. Grayscale: #424242. Windows color (decimal): -5237493 or 726448. OLE color: 726448.

HSL color Cylindrical-coordinate representation of color #B0150B: hue angle of 3.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1762111-
CMYK00.880.940.31
HSL3.64º88.24%36.67%-
HSV(B)3.64º93.75%69.02%-
XYZ18.239.791.25-
YUV66.296.85206.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.62%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 11 (4.69% from 255) = 5.29%
R=84.62%
G=10.10%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176211100.880.940.313.6488.2436.67
HexB015B0585E1F45825
Octal2602513013013637413045
Binary10110000101011011010110001011110111111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0150B; }

 p { color: rgb(176,21,11); }

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

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

 a { background-color: rgb(176,21,11); }

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

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

 span { border-color: rgb(176,21,11); }

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