#B12E23

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

Shades of Fire Brick #B12E23

Tints of Fire Brick #B12E23

Color information

#B12E23 (or 0xB12E23) is unknown color: approx Fire Brick. HEX triplet: B1, 2E and 23. RGB value is (177,46,35). Sum of RGB (Red+Green+Blue) = 177+46+35=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E23 is #4ED1DC. Grayscale: #545454. Windows color (decimal): -5165533 or 2305713. OLE color: 2305713.

HSL color Cylindrical-coordinate representation of color #B12E23: hue angle of 4.65º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12E23 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1774635-
CMYK00.740.800.31
HSL4.65º66.98%41.57%-
HSV(B)4.65º80.23%69.41%-
XYZ19.4111.422.77-
YUV83.92100.4194.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 35 (14.06% from 255) = 13.57%
R=68.60%
G=17.83%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177463500.740.800.314.6566.9841.57
HexB12E2304A501F5432a
Octal2615643011212037510352
Binary10110001101110100011010010101010000111111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E23; }

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

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

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

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

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

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

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

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