#BB1B1C

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

Shades of Fire Engine Red #BB1B1C

Tints of Fire Engine Red #BB1B1C

Color information

#BB1B1C (or 0xBB1B1C) is unknown color: approx Fire Engine Red. HEX triplet: BB, 1B and 1C. RGB value is (187,27,28). Sum of RGB (Red+Green+Blue) = 187+27+28=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B1C is #44E4E3. Grayscale: #4B4B4B. Windows color (decimal): -4515044 or 1842107. OLE color: 1842107.

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

Color convert

RGB1872728-
CMYK00.860.850.27
HSL359.62º74.77%41.96%-
HSV(B)359.62º85.56%73.33%-
XYZ21.111.432.19-
YUV74.95101.51207.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.27%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=77.27%
G=11.16%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187272800.860.850.27359.6274.7741.96
HexBB1B1C056551B1684b2a
Octal273333401261253355011352
Binary101110111101111100010101101010101110111011010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B1C; }

 p { color: rgb(187,27,28); }

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

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

 a { background-color: rgb(187,27,28); }

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

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

 span { border-color: rgb(187,27,28); }

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