#B41522

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

Shades of Fire Engine Red #B41522

Tints of Fire Engine Red #B41522

Color information

#B41522 (or 0xB41522) is unknown color: approx Fire Engine Red. HEX triplet: B4, 15 and 22. RGB value is (180,21,34). Sum of RGB (Red+Green+Blue) = 180+21+34=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41522 is #4BEADD. Grayscale: #464646. Windows color (decimal): -4975326 or 2233780. OLE color: 2233780.

HSL color Cylindrical-coordinate representation of color #B41522: hue angle of 355.09º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41522 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1802134-
CMYK00.880.810.29
HSL355.09º79.1%39.41%-
HSV(B)355.09º88.33%70.59%-
XYZ19.3810.362.49-
YUV70.02107.68206.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.60%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 34 (13.67% from 255) = 14.47%
R=76.60%
G=8.94%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180213400.880.810.29355.0979.139.41
HexB41522058511D1634f27
Octal264254201301213554311747
Binary1011010010101100010010110001010001111011011000111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41522; }

 p { color: rgb(180,21,34); }

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

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

 a { background-color: rgb(180,21,34); }

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

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

 span { border-color: rgb(180,21,34); }

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