#BB1B25

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

Shades of Fire Engine Red #BB1B25

Tints of Fire Engine Red #BB1B25

Color information

#BB1B25 (or 0xBB1B25) is unknown color: approx Fire Engine Red. HEX triplet: BB, 1B and 25. RGB value is (187,27,37). Sum of RGB (Red+Green+Blue) = 187+27+37=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1B25 is #44E4DA. Grayscale: #4C4C4C. Windows color (decimal): -4515035 or 2431931. OLE color: 2431931.

HSL color Cylindrical-coordinate representation of color #BB1B25: hue angle of 356.25º 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 #BB1B25 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1872737-
CMYK00.860.800.27
HSL356.25º74.77%41.96%-
HSV(B)356.25º85.56%73.33%-
XYZ21.2211.482.85-
YUV75.98106.01207.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 74.50%
GREEN value IS 27 (10.94% from 255) = 10.76%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=74.50%
G=10.76%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187273700.860.800.27356.2574.7741.96
HexBB1B25056501B1644b2a
Octal273334501261203354411352
Binary1011101111011100101010101101010000110111011001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B25; }

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

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

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

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

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

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

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

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