#B71D0F

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

Shades of Fire Brick #B71D0F

Tints of Fire Brick #B71D0F

Color information

#B71D0F (or 0xB71D0F) is unknown color: approx Fire Brick. HEX triplet: B7, 1D and 0F. RGB value is (183,29,15). Sum of RGB (Red+Green+Blue) = 183+29+15=227 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.62% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71D0F is #48E2F0. Grayscale: #494949. Windows color (decimal): -4776689 or 990647. OLE color: 990647.

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

Color convert

RGB1832915-
CMYK00.840.920.28
HSL84.85%38.82%-
HSV(B)91.8%71.76%-
XYZ20.0510.981.51-
YUV73.4595.02206.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.62%
GREEN value IS 29 (11.72% from 255) = 12.78%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=80.62%
G=12.78%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183291500.840.920.28584.8538.82
HexB71DF0545C1C55527
Octal2673517012413434512547
Binary10110111111011111010101001011100111001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71D0F; }

 p { color: rgb(183,29,15); }

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

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

 a { background-color: rgb(183,29,15); }

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

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

 span { border-color: rgb(183,29,15); }

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