#B0240B

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

Shades of Fire Brick #B0240B

Tints of Fire Brick #B0240B

Color information

#B0240B (or 0xB0240B) is unknown color: approx Fire Brick. HEX triplet: B0, 24 and 0B. RGB value is (176,36,11). Sum of RGB (Red+Green+Blue) = 176+36+11=223 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.92% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 176 - color contains mainly: red. Hex color #B0240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0240B is #4FDBF4. Grayscale: #4B4B4B. Windows color (decimal): -5233653 or 730288. OLE color: 730288.

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

Color convert

RGB1763611-
CMYK00.800.940.31
HSL9.09º88.24%36.67%-
HSV(B)9.09º93.75%69.02%-
XYZ18.610.521.37-
YUV75.0191.88200.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 78.92%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=78.92%
G=16.14%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176361100.800.940.319.0988.2436.67
HexB024B0505E1F95825
Octal26044130120136371113045
Binary1011000010010010110101000010111101111110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0240B; }

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

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

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

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

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

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

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

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