#B41622

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

Shades of Fire Engine Red #B41622

Tints of Fire Engine Red #B41622

Color information

#B41622 (or 0xB41622) is unknown color: approx Fire Engine Red. HEX triplet: B4, 16 and 22. RGB value is (180,22,34). Sum of RGB (Red+Green+Blue) = 180+22+34=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B41622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41622 is #4BE9DD. Grayscale: #464646. Windows color (decimal): -4975070 or 2234036. OLE color: 2234036.

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

Color convert

RGB1802234-
CMYK00.880.810.29
HSL355.44º78.22%39.61%-
HSV(B)355.44º87.78%70.59%-
XYZ19.410.392.5-
YUV70.61107.35206.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 76.27%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 34 (13.67% from 255) = 14.41%
R=76.27%
G=9.32%
B=14.41%

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
Decimal180223400.880.810.29355.4478.2239.61
HexB41622058511D1634e28
Octal264264201301213554311650
Binary1011010010110100010010110001010001111011011000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41622; }

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

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

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

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

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

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

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

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