#B41224

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

Shades of Fire Engine Red #B41224

Tints of Fire Engine Red #B41224

Color information

#B41224 (or 0xB41224) is unknown color: approx Fire Engine Red. HEX triplet: B4, 12 and 24. RGB value is (180,18,36). Sum of RGB (Red+Green+Blue) = 180+18+36=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B41224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41224 is #4BEDDB. Grayscale: #444444. Windows color (decimal): -4976092 or 2364084. OLE color: 2364084.

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

Color convert

RGB1801836-
CMYK00.90.80.29
HSL353.33º81.82%38.82%-
HSV(B)353.33º90%70.59%-
XYZ19.3610.262.63-
YUV68.49109.67207.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.92%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 36 (14.45% from 255) = 15.38%
R=76.92%
G=7.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180183600.90.80.29353.3381.8238.82
HexB4122405A501D1615227
Octal264224401321203554112247
Binary1011010010010100100010110101010000111011011000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41224; }

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

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

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

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

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

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

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

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