#B51224

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

Shades of Fire Engine Red #B51224

Tints of Fire Engine Red #B51224

Color information

#B51224 (or 0xB51224) is unknown color: approx Fire Engine Red. HEX triplet: B5, 12 and 24. RGB value is (181,18,36). Sum of RGB (Red+Green+Blue) = 181+18+36=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B51224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51224 is #4AEDDB. Grayscale: #444444. Windows color (decimal): -4910556 or 2364085. OLE color: 2364085.

HSL color Cylindrical-coordinate representation of color #B51224: hue angle of 353.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51224 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1811836-
CMYK00.900.800.29
HSL353.37º81.91%39.02%-
HSV(B)353.37º90.06%70.98%-
XYZ19.5910.382.64-
YUV68.79109.5208.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 77.02%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=77.02%
G=7.66%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181183600.900.800.29353.3781.9139.02
HexB5122405A501D1615227
Octal265224401321203554112247
Binary1011010110010100100010110101010000111011011000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51224; }

 p { color: rgb(181,18,36); }

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

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

 a { background-color: rgb(181,18,36); }

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

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

 span { border-color: rgb(181,18,36); }

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