#B1200E

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

Shades of Fire Brick #B1200E

Tints of Fire Brick #B1200E

Color information

#B1200E (or 0xB1200E) is unknown color: approx Fire Brick. HEX triplet: B1, 20 and 0E. RGB value is (177,32,14). Sum of RGB (Red+Green+Blue) = 177+32+14=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1200E is #4EDFF1. Grayscale: #494949. Windows color (decimal): -5169138 or 925873. OLE color: 925873.

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

Color convert

RGB1773214-
CMYK00.820.920.31
HSL6.63º85.34%37.45%-
HSV(B)6.63º92.09%69.41%-
XYZ18.7310.411.44-
YUV73.394.54201.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.37%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=79.37%
G=14.35%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177321400.820.920.316.6385.3437.45
HexB120E0525C1F75525
Octal2614016012213437712545
Binary101100011000001110010100101011100111111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1200E; }

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

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

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

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

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

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

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

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