#B0241C

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

Shades of Fire Brick #B0241C

Tints of Fire Brick #B0241C

Color information

#B0241C (or 0xB0241C) is unknown color: approx Fire Brick. HEX triplet: B0, 24 and 1C. RGB value is (176,36,28). Sum of RGB (Red+Green+Blue) = 176+36+28=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0241C is #4FDBE3. Grayscale: #4D4D4D. Windows color (decimal): -5233636 or 1844400. OLE color: 1844400.

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

Color convert

RGB1763628-
CMYK00.800.840.31
HSL3.24º72.55%40%-
HSV(B)3.24º84.09%69.02%-
XYZ18.7410.582.15-
YUV76.95100.38198.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.33%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 28 (11.33% from 255) = 11.67%
R=73.33%
G=15%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176362800.800.840.313.2472.5540
HexB0241C050541F34928
Octal2604434012012437311150
Binary101100001001001110001010000101010011111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0241C; }

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

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

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

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

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

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

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

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