#B0240D

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

Shades of Fire Brick #B0240D

Tints of Fire Brick #B0240D

Color information

#B0240D (or 0xB0240D) is unknown color: approx Fire Brick. HEX triplet: B0, 24 and 0D. RGB value is (176,36,13). Sum of RGB (Red+Green+Blue) = 176+36+13=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0240D is #4FDBF2. Grayscale: #4B4B4B. Windows color (decimal): -5233651 or 861360. OLE color: 861360.

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

Color convert

RGB1763613-
CMYK00.800.930.31
HSL8.47º86.24%37.06%-
HSV(B)8.47º92.61%69.02%-
XYZ18.6110.521.43-
YUV75.2492.88199.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 78.22%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=78.22%
G=16%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176361300.800.930.318.4786.2437.06
HexB024D0505D1F85625
Octal26044150120135371012645
Binary1011000010010011010101000010111011111110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0240D; }

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

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

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

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

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

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

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

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