#B21B22

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

Shades of Fire Engine Red #B21B22

Tints of Fire Engine Red #B21B22

Color information

#B21B22 (or 0xB21B22) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1B and 22. RGB value is (178,27,34). Sum of RGB (Red+Green+Blue) = 178+27+34=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B22 is #4DE4DD. Grayscale: #494949. Windows color (decimal): -5104862 or 2235314. OLE color: 2235314.

HSL color Cylindrical-coordinate representation of color #B21B22: hue angle of 357.22º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B22 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB1782734-
CMYK00.850.810.30
HSL357.22º73.66%40.2%-
HSV(B)357.22º84.83%69.8%-
XYZ19.0410.362.51-
YUV72.95106.03202.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.48%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=74.48%
G=11.30%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178273400.850.810.30357.2273.6640.2
HexB21B22055511E1654a28
Octal262334201251213654511250
Binary1011001011011100010010101011010001111101011001011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B22; }

 p { color: rgb(178,27,34); }

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

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

 a { background-color: rgb(178,27,34); }

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

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

 span { border-color: rgb(178,27,34); }

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