#B1280E

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

Shades of Fire Brick #B1280E

Tints of Fire Brick #B1280E

Color information

#B1280E (or 0xB1280E) is unknown color: approx Fire Brick. HEX triplet: B1, 28 and 0E. RGB value is (177,40,14). Sum of RGB (Red+Green+Blue) = 177+40+14=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B1280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1280E is #4ED7F1. Grayscale: #4E4E4E. Windows color (decimal): -5167090 or 927921. OLE color: 927921.

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

Color convert

RGB1774014-
CMYK00.770.920.31
HSL9.57º85.34%37.45%-
HSV(B)9.57º92.09%69.41%-
XYZ18.9710.91.52-
YUV7891.89198.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 76.62%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=76.62%
G=17.32%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177401400.770.920.319.5785.3437.45
HexB128E04D5C1Fa5525
Octal26150160115134371212545
Binary1011000110100011100100110110111001111110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1280E; }

 p { color: rgb(177,40,14); }

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

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

 a { background-color: rgb(177,40,14); }

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

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

 span { border-color: rgb(177,40,14); }

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