#BB1026

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

Shades of Fire Engine Red #BB1026

Tints of Fire Engine Red #BB1026

Color information

#BB1026 (or 0xBB1026) is unknown color: approx Fire Engine Red. HEX triplet: BB, 10 and 26. RGB value is (187,16,38). Sum of RGB (Red+Green+Blue) = 187+16+38=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1026 is #44EFD9. Grayscale: #454545. Windows color (decimal): -4517850 or 2494651. OLE color: 2494651.

HSL color Cylindrical-coordinate representation of color #BB1026: hue angle of 352.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1026 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1871638-
CMYK00.910.800.27
HSL352.28º84.24%39.8%-
HSV(B)352.28º91.44%73.33%-
XYZ21.0311.082.86-
YUV69.64110.15211.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 77.59%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=77.59%
G=6.64%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187163800.910.800.27352.2884.2439.8
HexBB102605B501B1605428
Octal273204601331203354012450
Binary1011101110000100110010110111010000110111011000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1026; }

 p { color: rgb(187,16,38); }

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

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

 a { background-color: rgb(187,16,38); }

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

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

 span { border-color: rgb(187,16,38); }

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