#B0280B

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

Shades of Fire Brick #B0280B

Tints of Fire Brick #B0280B

Color information

#B0280B (or 0xB0280B) is unknown color: approx Fire Brick. HEX triplet: B0, 28 and 0B. RGB value is (176,40,11). Sum of RGB (Red+Green+Blue) = 176+40+11=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B0280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0280B is #4FD7F4. Grayscale: #4D4D4D. Windows color (decimal): -5232629 or 731312. OLE color: 731312.

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

Color convert

RGB1764011-
CMYK00.770.940.31
HSL10.55º88.24%36.67%-
HSV(B)10.55º93.75%69.02%-
XYZ18.7210.771.41-
YUV77.3690.56198.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.53%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=77.53%
G=17.62%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176401100.770.940.3110.5588.2436.67
HexB028B04D5E1Fb5825
Octal26050130115136371313045
Binary1011000010100010110100110110111101111110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0280B; }

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

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

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

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

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

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

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

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