#B12E15

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

Shades of Fire Brick #B12E15

Tints of Fire Brick #B12E15

Color information

#B12E15 (or 0xB12E15) is unknown color: approx Fire Brick. HEX triplet: B1, 2E and 15. RGB value is (177,46,21). Sum of RGB (Red+Green+Blue) = 177+46+21=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E15 is #4ED1EA. Grayscale: #525252. Windows color (decimal): -5165547 or 1388209. OLE color: 1388209.

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

Color convert

RGB1774621-
CMYK00.740.880.31
HSL9.62º78.79%38.82%-
HSV(B)9.62º88.14%69.41%-
XYZ19.2411.361.89-
YUV82.3293.4195.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=72.54%
G=18.85%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177462100.740.880.319.6278.7938.82
HexB12E1504A581Fa4f27
Octal26156250112130371211747
Binary10110001101110101010100101010110001111110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E15; }

 p { color: rgb(177,46,21); }

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

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

 a { background-color: rgb(177,46,21); }

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

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

 span { border-color: rgb(177,46,21); }

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