#B12E1D

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

Shades of Fire Brick #B12E1D

Tints of Fire Brick #B12E1D

Color information

#B12E1D (or 0xB12E1D) is unknown color: approx Fire Brick. HEX triplet: B1, 2E and 1D. RGB value is (177,46,29). Sum of RGB (Red+Green+Blue) = 177+46+29=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E1D is #4ED1E2. Grayscale: #535353. Windows color (decimal): -5165539 or 1912497. OLE color: 1912497.

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

Color convert

RGB1774629-
CMYK00.740.840.31
HSL6.89º71.84%40.39%-
HSV(B)6.89º83.62%69.41%-
XYZ19.3311.392.34-
YUV83.2397.4194.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.24%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=70.24%
G=18.25%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177462900.740.840.316.8971.8440.39
HexB12E1D04A541F74828
Octal2615635011212437711050
Binary1011000110111011101010010101010100111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E1D; }

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

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

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

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

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

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

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

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