#B91526

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

Shades of Fire Engine Red #B91526

Tints of Fire Engine Red #B91526

Color information

#B91526 (or 0xB91526) is unknown color: approx Fire Engine Red. HEX triplet: B9, 15 and 26. RGB value is (185,21,38). Sum of RGB (Red+Green+Blue) = 185+21+38=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B91526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91526 is #46EAD9. Grayscale: #484848. Windows color (decimal): -4647642 or 2495929. OLE color: 2495929.

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

Color convert

RGB1852138-
CMYK00.890.790.27
HSL353.78º79.61%40.39%-
HSV(B)353.78º88.65%72.55%-
XYZ20.6310.992.87-
YUV71.97108.83208.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 38 (15.23% from 255) = 15.57%
R=75.82%
G=8.61%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185213800.890.790.27353.7879.6140.39
HexB915260594F1B1625028
Octal271254601311173354212050
Binary1011100110101100110010110011001111110111011000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91526; }

 p { color: rgb(185,21,38); }

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

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

 a { background-color: rgb(185,21,38); }

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

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

 span { border-color: rgb(185,21,38); }

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