#B0130E

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

Shades of Fire Brick #B0130E

Tints of Fire Brick #B0130E

Color information

#B0130E (or 0xB0130E) is unknown color: approx Fire Brick. HEX triplet: B0, 13 and 0E. RGB value is (176,19,14). Sum of RGB (Red+Green+Blue) = 176+19+14=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B0130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0130E is #4FECF1. Grayscale: #414141. Windows color (decimal): -5238002 or 922544. OLE color: 922544.

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

Color convert

RGB1761914-
CMYK00.890.920.31
HSL1.85º85.26%37.25%-
HSV(B)1.85º92.05%69.02%-
XYZ18.229.731.33-
YUV65.3799.01206.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.21%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=84.21%
G=9.09%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176191400.890.920.311.8585.2637.25
HexB013E0595C1F25525
Octal2602316013113437212545
Binary1011000010011111001011001101110011111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0130E; }

 p { color: rgb(176,19,14); }

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

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

 a { background-color: rgb(176,19,14); }

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

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

 span { border-color: rgb(176,19,14); }

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