#B0160B

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

Shades of Fire Brick #B0160B

Tints of Fire Brick #B0160B

Color information

#B0160B (or 0xB0160B) is unknown color: approx Fire Brick. HEX triplet: B0, 16 and 0B. RGB value is (176,22,11). Sum of RGB (Red+Green+Blue) = 176+22+11=209 (27% of max value = 765). Red value is 176 (69.14% from 255 or 84.21% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 176 - color contains mainly: red. Hex color #B0160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0160B is #4FE9F4. Grayscale: #424242. Windows color (decimal): -5237237 or 726704. OLE color: 726704.

HSL color Cylindrical-coordinate representation of color #B0160B: hue angle of 4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0160B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1762211-
CMYK00.880.940.31
HSL88.24%36.67%-
HSV(B)93.75%69.02%-
XYZ18.259.831.25-
YUV66.7996.52205.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 84.21%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=84.21%
G=10.53%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176221100.880.940.31488.2436.67
HexB016B0585E1F45825
Octal2602613013013637413045
Binary10110000101101011010110001011110111111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0160B; }

 p { color: rgb(176,22,11); }

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

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

 a { background-color: rgb(176,22,11); }

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

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

 span { border-color: rgb(176,22,11); }

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