#B71B0A

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

Shades of Fire Brick #B71B0A

Tints of Fire Brick #B71B0A

Color information

#B71B0A (or 0xB71B0A) is unknown color: approx Fire Brick. HEX triplet: B7, 1B and 0A. RGB value is (183,27,10). Sum of RGB (Red+Green+Blue) = 183+27+10=220 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.18% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B0A is #48E4F5. Grayscale: #474747. Windows color (decimal): -4777206 or 662455. OLE color: 662455.

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

Color convert

RGB1832710-
CMYK00.850.950.28
HSL5.9º89.64%37.84%-
HSV(B)5.9º94.54%71.76%-
XYZ19.9810.871.33-
YUV71.7193.18207.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 83.18%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 10 (4.30% from 255) = 4.55%
R=83.18%
G=12.27%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183271000.850.950.285.989.6437.84
HexB71BA0555F1C65a26
Octal2673312012513734613246
Binary10110111110111010010101011011111111001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B0A; }

 p { color: rgb(183,27,10); }

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

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

 a { background-color: rgb(183,27,10); }

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

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

 span { border-color: rgb(183,27,10); }

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