#b51e1e

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

Shades of Fire Brick #B51E1E

Tints of Fire Brick #B51E1E

Color information

#B51E1E (or 0xB51E1E) is unknown color: approx Fire Brick. HEX triplet: B5, 1E and 1E. RGB value is (181,30,30). Sum of RGB (Red+Green+Blue) = 181+30+30=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51E1E is #4AE1E1. Grayscale: #4B4B4B. Windows color (decimal): -4907490 or 1973941. OLE color: 1973941.

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

Color convert

RGB1813030-
CMYK00.830.830.29
HSL71.56%41.37%-
HSV(B)83.43%70.98%-
XYZ19.7510.852.28-
YUV75.15102.53203.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.10%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=75.10%
G=12.45%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181303000.830.830.29071.5641.37
HexB51E1E053531D04829
Octal2653636012312335011051
Binary1011010111110111100101001110100111110101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b51e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b51e1e; }

 p { color: rgb(181,30,30); }

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

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

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

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

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

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

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