#B4150B

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

Shades of Fire Brick #B4150B

Tints of Fire Brick #B4150B

Color information

#B4150B (or 0xB4150B) is unknown color: approx Fire Brick. HEX triplet: B4, 15 and 0B. RGB value is (180,21,11). Sum of RGB (Red+Green+Blue) = 180+21+11=212 (28% of max value = 765). Red value is 180 (70.70% from 255 or 84.91% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 180 - color contains mainly: red. Hex color #B4150B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4150B is #4BEAF4. Grayscale: #434343. Windows color (decimal): -4975349 or 726452. OLE color: 726452.

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

Color convert

RGB1802111-
CMYK00.880.940.29
HSL3.55º88.48%37.45%-
HSV(B)3.55º93.89%70.59%-
XYZ19.1510.261.29-
YUV67.496.18208.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 84.91%
GREEN value IS 21 (8.59% from 255) = 9.91%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=84.91%
G=9.91%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180211100.880.940.293.5588.4837.45
HexB415B0585E1D45825
Octal2642513013013635413045
Binary10110100101011011010110001011110111011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4150B; }

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

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

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

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

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

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

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

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