#B4241E

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

Shades of Fire Brick #B4241E

Tints of Fire Brick #B4241E

Color information

#B4241E (or 0xB4241E) is unknown color: approx Fire Brick. HEX triplet: B4, 24 and 1E. RGB value is (180,36,30). Sum of RGB (Red+Green+Blue) = 180+36+30=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B4241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4241E is #4BDBE1. Grayscale: #4E4E4E. Windows color (decimal): -4971490 or 1975476. OLE color: 1975476.

HSL color Cylindrical-coordinate representation of color #B4241E: hue angle of 2.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4241E is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1803630-
CMYK00.80.830.29
HSL2.4º71.43%41.18%-
HSV(B)2.4º83.33%70.59%-
XYZ19.6911.062.33-
YUV78.37100.71200.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.17%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=73.17%
G=14.63%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180363000.80.830.292.471.4341.18
HexB4241E050531D24729
Octal2644436012012335210751
Binary101101001001001111001010000101001111101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4241E; }

 p { color: rgb(180,36,30); }

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

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

 a { background-color: rgb(180,36,30); }

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

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

 span { border-color: rgb(180,36,30); }

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