#B1251E

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

Shades of Fire Brick #B1251E

Tints of Fire Brick #B1251E

Color information

#B1251E (or 0xB1251E) is unknown color: approx Fire Brick. HEX triplet: B1, 25 and 1E. RGB value is (177,37,30). Sum of RGB (Red+Green+Blue) = 177+37+30=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1251E is #4EDAE1. Grayscale: #4E4E4E. Windows color (decimal): -5167842 or 1975729. OLE color: 1975729.

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

Color convert

RGB1773730-
CMYK00.790.830.31
HSL2.86º71.01%40.59%-
HSV(B)2.86º83.05%69.41%-
XYZ19.0310.762.3-
YUV78.06100.88198.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=72.54%
G=15.16%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177373000.790.830.312.8671.0140.59
HexB1251E04F531F34729
Octal2614536011712337310751
Binary101100011001011111001001111101001111111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1251E; }

 p { color: rgb(177,37,30); }

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

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

 a { background-color: rgb(177,37,30); }

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

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

 span { border-color: rgb(177,37,30); }

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