#B91B1F

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

Shades of Fire Engine Red #B91B1F

Tints of Fire Engine Red #B91B1F

Color information

#B91B1F (or 0xB91B1F) is unknown color: approx Fire Engine Red. HEX triplet: B9, 1B and 1F. RGB value is (185,27,31). Sum of RGB (Red+Green+Blue) = 185+27+31=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B1F is #46E4E0. Grayscale: #4A4A4A. Windows color (decimal): -4646113 or 2038713. OLE color: 2038713.

HSL color Cylindrical-coordinate representation of color #B91B1F: hue angle of 358.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B1F is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1852731-
CMYK00.850.830.27
HSL358.48º74.53%41.57%-
HSV(B)358.48º85.41%72.55%-
XYZ20.6511.22.37-
YUV74.7103.35206.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.13%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 31 (12.5% from 255) = 12.76%
R=76.13%
G=11.11%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185273100.850.830.27358.4874.5341.57
HexB91B1F055531B1664b2a
Octal271333701251233354611352
Binary101110011101111111010101011010011110111011001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91B1F; }

 p { color: rgb(185,27,31); }

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

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

 a { background-color: rgb(185,27,31); }

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

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

 span { border-color: rgb(185,27,31); }

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