#b5271e

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

Shades of Fire Brick #B5271E

Tints of Fire Brick #B5271E

Color information

#B5271E (or 0xB5271E) is unknown color: approx Fire Brick. HEX triplet: B5, 27 and 1E. RGB value is (181,39,30). Sum of RGB (Red+Green+Blue) = 181+39+30=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5271E is #4AD8E1. Grayscale: #505050. Windows color (decimal): -4905186 or 1976245. OLE color: 1976245.

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

Color convert

RGB1813930-
CMYK00.780.830.29
HSL3.58º71.56%41.37%-
HSV(B)3.58º83.43%70.98%-
XYZ20.0211.372.37-
YUV80.4399.54199.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.4%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 30 (12.11% from 255) = 12%
R=72.4%
G=15.6%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181393000.780.830.293.5871.5641.37
HexB5271E04E531D44829
Octal2654736011612335411051
Binary1011010110011111110010011101010011111011001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5271e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5271e; }

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

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

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

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

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

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

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

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