#B91821

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

Shades of Fire Engine Red #B91821

Tints of Fire Engine Red #B91821

Color information

#B91821 (or 0xB91821) is unknown color: approx Fire Engine Red. HEX triplet: B9, 18 and 21. RGB value is (185,24,33). Sum of RGB (Red+Green+Blue) = 185+24+33=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91821 is #46E7DE. Grayscale: #494949. Windows color (decimal): -4646879 or 2169017. OLE color: 2169017.

HSL color Cylindrical-coordinate representation of color #B91821: hue angle of 356.65º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91821 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1852433-
CMYK00.870.820.27
HSL356.65º77.03%40.98%-
HSV(B)356.65º87.03%72.55%-
XYZ20.6111.082.49-
YUV73.16105.34207.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.45%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 33 (13.28% from 255) = 13.64%
R=76.45%
G=9.92%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185243300.870.820.27356.6577.0340.98
HexB91821057521B1654d29
Octal271304101271223354511551
Binary1011100111000100001010101111010010110111011001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91821; }

 p { color: rgb(185,24,33); }

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

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

 a { background-color: rgb(185,24,33); }

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

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

 span { border-color: rgb(185,24,33); }

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