#B71E18

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

Shades of Fire Brick #B71E18

Tints of Fire Brick #B71E18

Color information

#B71E18 (or 0xB71E18) is unknown color: approx Fire Brick. HEX triplet: B7, 1E and 18. RGB value is (183,30,24). Sum of RGB (Red+Green+Blue) = 183+30+24=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71E18 is #48E1E7. Grayscale: #4B4B4B. Windows color (decimal): -4776424 or 1580727. OLE color: 1580727.

HSL color Cylindrical-coordinate representation of color #B71E18: hue angle of 2.26º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71E18 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB1833024-
CMYK00.840.870.28
HSL2.26º76.81%40.59%-
HSV(B)2.26º86.89%71.76%-
XYZ20.1611.061.94-
YUV75.0699.19204.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 77.22%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=77.22%
G=12.66%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183302400.840.870.282.2676.8140.59
HexB71E18054571C24d29
Octal2673630012412734211551
Binary10110111111101100001010100101011111100101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E18; }

 p { color: rgb(183,30,24); }

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

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

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

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

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

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

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