#b4241f

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

Shades of Fire Brick #B4241F

Tints of Fire Brick #B4241F

Color information

#B4241F (or 0xB4241F) is unknown color: approx Fire Brick. HEX triplet: B4, 24 and 1F. RGB value is (180,36,31). Sum of RGB (Red+Green+Blue) = 180+36+31=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B4241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4241F is #4BDBE0. Grayscale: #4E4E4E. Windows color (decimal): -4971489 or 2041012. OLE color: 2041012.

HSL color Cylindrical-coordinate representation of color #B4241F: hue angle of 2.01º 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 #B4241F is Cyan = 0, Magento = 0.8, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1803631-
CMYK00.80.830.29
HSL2.01º70.62%41.37%-
HSV(B)2.01º82.78%70.59%-
XYZ19.711.062.39-
YUV78.49101.21200.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.87%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=72.87%
G=14.57%
B=12.55%

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
Decimal180363100.80.830.292.0170.6241.37
HexB4241F050531D24729
Octal2644437012012335210751
Binary101101001001001111101010000101001111101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4241f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4241f; }

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

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

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

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

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

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

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

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