#B12D23

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

Shades of Fire Brick #B12D23

Tints of Fire Brick #B12D23

Color information

#B12D23 (or 0xB12D23) is unknown color: approx Fire Brick. HEX triplet: B1, 2D and 23. RGB value is (177,45,35). Sum of RGB (Red+Green+Blue) = 177+45+35=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D23 is #4ED2DC. Grayscale: #535353. Windows color (decimal): -5165789 or 2305457. OLE color: 2305457.

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

Color convert

RGB1774535-
CMYK00.750.800.31
HSL4.23º66.98%41.57%-
HSV(B)4.23º80.23%69.41%-
XYZ19.3711.352.76-
YUV83.33100.73194.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 35 (14.06% from 255) = 13.62%
R=68.87%
G=17.51%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177453500.750.800.314.2366.9841.57
HexB12D2304B501F4432a
Octal2615543011312037410352
Binary10110001101101100011010010111010000111111001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D23; }

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

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

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

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

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

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

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

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