#B7190B

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

Shades of Fire Brick #B7190B

Tints of Fire Brick #B7190B

Color information

#B7190B (or 0xB7190B) is unknown color: approx Fire Brick. HEX triplet: B7, 19 and 0B. RGB value is (183,25,11). Sum of RGB (Red+Green+Blue) = 183+25+11=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B7190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7190B is #48E6F4. Grayscale: #464646. Windows color (decimal): -4777717 or 727479. OLE color: 727479.

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

Color convert

RGB1832511-
CMYK00.860.940.28
HSL4.88º88.66%38.04%-
HSV(B)4.88º93.99%71.76%-
XYZ19.9410.791.35-
YUV70.6594.35208.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.56%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=83.56%
G=11.42%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183251100.860.940.284.8888.6638.04
HexB719B0565E1C55926
Octal2673113012613634513146
Binary10110111110011011010101101011110111001011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7190B; }

 p { color: rgb(183,25,11); }

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

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

 a { background-color: rgb(183,25,11); }

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

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

 span { border-color: rgb(183,25,11); }

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