#B1210E

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

Shades of Fire Brick #B1210E

Tints of Fire Brick #B1210E

Color information

#B1210E (or 0xB1210E) is unknown color: approx Fire Brick. HEX triplet: B1, 21 and 0E. RGB value is (177,33,14). Sum of RGB (Red+Green+Blue) = 177+33+14=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1210E is #4EDEF1. Grayscale: #4A4A4A. Windows color (decimal): -5168882 or 926129. OLE color: 926129.

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

Color convert

RGB1773314-
CMYK00.810.920.31
HSL6.99º85.34%37.45%-
HSV(B)6.99º92.09%69.41%-
XYZ18.7510.471.45-
YUV73.8994.21201.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.02%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 14 (5.86% from 255) = 6.25%
R=79.02%
G=14.73%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177331400.810.920.316.9985.3437.45
HexB121E0515C1F75525
Octal2614116012113437712545
Binary101100011000011110010100011011100111111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1210E; }

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

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

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

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

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

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

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

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