#B0150E

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

Shades of Fire Brick #B0150E

Tints of Fire Brick #B0150E

Color information

#B0150E (or 0xB0150E) is unknown color: approx Fire Brick. HEX triplet: B0, 15 and 0E. RGB value is (176,21,14). Sum of RGB (Red+Green+Blue) = 176+21+14=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B0150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0150E is #4FEAF1. Grayscale: #424242. Windows color (decimal): -5237490 or 923056. OLE color: 923056.

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

Color convert

RGB1762114-
CMYK00.880.920.31
HSL2.59º85.26%37.25%-
HSV(B)2.59º92.05%69.02%-
XYZ18.259.81.34-
YUV66.5598.35206.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 83.41%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=83.41%
G=9.95%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176211400.880.920.312.5985.2637.25
HexB015E0585C1F35525
Octal2602516013013437312545
Binary1011000010101111001011000101110011111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0150E; }

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

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

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

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

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

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

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

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