#B12927

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

Shades of Fire Brick #B12927

Tints of Fire Brick #B12927

Color information

#B12927 (or 0xB12927) is unknown color: approx Fire Brick. HEX triplet: B1, 29 and 27. RGB value is (177,41,39). Sum of RGB (Red+Green+Blue) = 177+41+39=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12927 is #4ED6D8. Grayscale: #515151. Windows color (decimal): -5166809 or 2566577. OLE color: 2566577.

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

Color convert

RGB1774139-
CMYK00.770.780.31
HSL0.87º63.89%42.35%-
HSV(B)0.87º77.97%69.41%-
XYZ19.2911.083.04-
YUV81.44104.06196.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=68.87%
G=15.95%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177413900.770.780.310.8763.8942.35
HexB1292704D4E1F1402a
Octal2615147011511637110052
Binary101100011010011001110100110110011101111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12927; }

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

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

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

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

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

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

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

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