#B51824

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

Shades of Fire Engine Red #B51824

Tints of Fire Engine Red #B51824

Color information

#B51824 (or 0xB51824) is unknown color: approx Fire Engine Red. HEX triplet: B5, 18 and 24. RGB value is (181,24,36). Sum of RGB (Red+Green+Blue) = 181+24+36=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B51824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51824 is #4AE7DB. Grayscale: #484848. Windows color (decimal): -4909020 or 2365621. OLE color: 2365621.

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

Color convert

RGB1812436-
CMYK00.870.800.29
HSL355.41º76.59%40.2%-
HSV(B)355.41º86.74%70.98%-
XYZ19.710.62.68-
YUV72.31107.51205.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.10%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 36 (14.45% from 255) = 14.94%
R=75.10%
G=9.96%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181243600.870.800.29355.4176.5940.2
HexB51824057501D1634d28
Octal265304401271203554311550
Binary1011010111000100100010101111010000111011011000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51824; }

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

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

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

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

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

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

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

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