#B41E0A

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

Shades of Fire Brick #B41E0A

Tints of Fire Brick #B41E0A

Color information

#B41E0A (or 0xB41E0A) is unknown color: approx Fire Brick. HEX triplet: B4, 1E and 0A. RGB value is (180,30,10). Sum of RGB (Red+Green+Blue) = 180+30+10=220 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.82% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41E0A is #4BE1F5. Grayscale: #484848. Windows color (decimal): -4973046 or 663220. OLE color: 663220.

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

Color convert

RGB1803010-
CMYK00.830.940.29
HSL7.06º89.47%37.25%-
HSV(B)7.06º94.44%70.59%-
XYZ19.3410.651.32-
YUV72.5792.7204.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 81.82%
GREEN value IS 30 (12.11% from 255) = 13.64%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=81.82%
G=13.64%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180301000.830.940.297.0689.4737.25
HexB41EA0535E1D75925
Octal2643612012313635713145
Binary10110100111101010010100111011110111011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41E0A; }

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

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

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

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

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

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

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

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