#B12E1F

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

Shades of Fire Brick #B12E1F

Tints of Fire Brick #B12E1F

Color information

#B12E1F (or 0xB12E1F) is unknown color: approx Fire Brick. HEX triplet: B1, 2E and 1F. RGB value is (177,46,31). Sum of RGB (Red+Green+Blue) = 177+46+31=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E1F is #4ED1E0. Grayscale: #535353. Windows color (decimal): -5165537 or 2043569. OLE color: 2043569.

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

Color convert

RGB1774631-
CMYK00.740.820.31
HSL6.16º70.19%40.78%-
HSV(B)6.16º82.49%69.41%-
XYZ19.3611.42.48-
YUV83.4698.4194.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 31 (12.5% from 255) = 12.20%
R=69.69%
G=18.11%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177463100.740.820.316.1670.1940.78
HexB12E1F04A521F64629
Octal2615637011212237610651
Binary1011000110111011111010010101010010111111101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E1F; }

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

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

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

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

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

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

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

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