#b5191a

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

Shades of Fire Engine Red #B5191A

Tints of Fire Engine Red #B5191A

Color information

#B5191A (or 0xB5191A) is unknown color: approx Fire Engine Red. HEX triplet: B5, 19 and 1A. RGB value is (181,25,26). Sum of RGB (Red+Green+Blue) = 181+25+26=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B5191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5191A is #4AE6E5. Grayscale: #474747. Windows color (decimal): -4908774 or 1710517. OLE color: 1710517.

HSL color Cylindrical-coordinate representation of color #B5191A: hue angle of 359.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5191A is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1812526-
CMYK00.860.860.29
HSL359.62º75.73%40.39%-
HSV(B)359.62º86.19%70.98%-
XYZ19.5910.591.99-
YUV71.76102.18205.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 26 (10.55% from 255) = 11.21%
R=78.02%
G=10.78%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181252600.860.860.29359.6275.7340.39
HexB5191A056561D1684c28
Octal265313201261263555011450
Binary101101011100111010010101101010110111011011010001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5191a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5191a; }

 p { color: rgb(181,25,26); }

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

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

 a { background-color: rgb(181,25,26); }

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

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

 span { border-color: rgb(181,25,26); }

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