#B8190F

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

Shades of Fire Brick #B8190F

Tints of Fire Brick #B8190F

Color information

#B8190F (or 0xB8190F) is unknown color: approx Fire Brick. HEX triplet: B8, 19 and 0F. RGB value is (184,25,15). Sum of RGB (Red+Green+Blue) = 184+25+15=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B8190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8190F is #47E6F0. Grayscale: #474747. Windows color (decimal): -4712177 or 989624. OLE color: 989624.

HSL color Cylindrical-coordinate representation of color #B8190F: hue angle of 3.55º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8190F is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1842515-
CMYK00.860.920.28
HSL3.55º84.92%39.02%-
HSV(B)3.55º91.85%72.16%-
XYZ20.210.921.5-
YUV71.496.18208.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 82.14%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 15 (6.25% from 255) = 6.70%
R=82.14%
G=11.16%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184251500.860.920.283.5584.9239.02
HexB819F0565C1C45527
Octal2703117012613434412547
Binary10111000110011111010101101011100111001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8190F; }

 p { color: rgb(184,25,15); }

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

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

 a { background-color: rgb(184,25,15); }

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

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

 span { border-color: rgb(184,25,15); }

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