#B21226

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

Shades of Fire Engine Red #B21226

Tints of Fire Engine Red #B21226

Color information

#B21226 (or 0xB21226) is unknown color: approx Fire Engine Red. HEX triplet: B2, 12 and 26. RGB value is (178,18,38). Sum of RGB (Red+Green+Blue) = 178+18+38=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B21226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21226 is #4DEDD9. Grayscale: #444444. Windows color (decimal): -5107162 or 2495154. OLE color: 2495154.

HSL color Cylindrical-coordinate representation of color #B21226: hue angle of 352.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21226 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1781838-
CMYK00.900.790.30
HSL352.5º81.63%38.43%-
HSV(B)352.5º89.89%69.8%-
XYZ18.9310.042.77-
YUV68.12111.01206.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.07%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=76.07%
G=7.69%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178183800.900.790.30352.581.6338.43
HexB2122605A4F1E1605226
Octal262224601321173654012246
Binary1011001010010100110010110101001111111101011000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21226; }

 p { color: rgb(178,18,38); }

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

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

 a { background-color: rgb(178,18,38); }

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

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

 span { border-color: rgb(178,18,38); }

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