#B12F1F

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

Shades of Fire Brick #B12F1F

Tints of Fire Brick #B12F1F

Color information

#B12F1F (or 0xB12F1F) is unknown color: approx Fire Brick. HEX triplet: B1, 2F and 1F. RGB value is (177,47,31). Sum of RGB (Red+Green+Blue) = 177+47+31=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12F1F is #4ED0E0. Grayscale: #545454. Windows color (decimal): -5165281 or 2043825. OLE color: 2043825.

HSL color Cylindrical-coordinate representation of color #B12F1F: hue angle of 6.58º 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 #B12F1F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB1774731-
CMYK00.730.820.31
HSL6.58º70.19%40.78%-
HSV(B)6.58º82.49%69.41%-
XYZ19.411.482.49-
YUV84.0598.07194.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.41%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=69.41%
G=18.43%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177473100.730.820.316.5870.1940.78
HexB12F1F049521F74629
Octal2615737011112237710651
Binary1011000110111111111010010011010010111111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F1F; }

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

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

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

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

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

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

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

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