#B51822

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

Shades of Fire Engine Red #B51822

Tints of Fire Engine Red #B51822

Color information

#B51822 (or 0xB51822) is unknown color: approx Fire Engine Red. HEX triplet: B5, 18 and 22. RGB value is (181,24,34). Sum of RGB (Red+Green+Blue) = 181+24+34=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B51822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51822 is #4AE7DD. Grayscale: #484848. Windows color (decimal): -4909022 or 2234549. OLE color: 2234549.

HSL color Cylindrical-coordinate representation of color #B51822: hue angle of 356.18º 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 #B51822 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1812434-
CMYK00.870.810.29
HSL356.18º76.59%40.2%-
HSV(B)356.18º86.74%70.98%-
XYZ19.6710.592.52-
YUV72.08106.51205.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=75.73%
G=10.04%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181243400.870.810.29356.1876.5940.2
HexB51822057511D1644d28
Octal265304201271213554411550
Binary1011010111000100010010101111010001111011011001001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51822; }

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

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

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

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

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

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

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

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