#B12B29

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

Shades of Fire Brick #B12B29

Tints of Fire Brick #B12B29

Color information

#B12B29 (or 0xB12B29) is unknown color: approx Fire Brick. HEX triplet: B1, 2B and 29. RGB value is (177,43,41). Sum of RGB (Red+Green+Blue) = 177+43+41=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B29 is #4ED4D6. Grayscale: #525252. Windows color (decimal): -5166295 or 2698161. OLE color: 2698161.

HSL color Cylindrical-coordinate representation of color #B12B29: hue angle of 0.88º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12B29 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1774341-
CMYK00.760.770.31
HSL0.88º62.39%42.75%-
HSV(B)0.88º76.84%69.41%-
XYZ19.411.233.24-
YUV82.84104.39195.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.82%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=67.82%
G=16.48%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177434100.760.770.310.8862.3942.75
HexB12B2904C4D1F13e2b
Octal261535101141153717653
Binary10110001101011101001010011001001101111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B29; }

 p { color: rgb(177,43,41); }

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

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

 a { background-color: rgb(177,43,41); }

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

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

 span { border-color: rgb(177,43,41); }

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