#B92123

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

Shades of Fire Engine Red #B92123

Tints of Fire Engine Red #B92123

Color information

#B92123 (or 0xB92123) is unknown color: approx Fire Engine Red. HEX triplet: B9, 21 and 23. RGB value is (185,33,35). Sum of RGB (Red+Green+Blue) = 185+33+35=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92123 is #46DEDC. Grayscale: #4E4E4E. Windows color (decimal): -4644573 or 2302393. OLE color: 2302393.

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

Color convert

RGB1853335-
CMYK00.820.810.27
HSL359.21º69.72%42.75%-
HSV(B)359.21º82.16%72.55%-
XYZ20.8511.522.72-
YUV78.68103.36203.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=73.12%
G=13.04%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185333500.820.810.27359.2169.7242.75
HexB92123052511B167462b
Octal271414301221213354710653
Binary10111001100001100011010100101010001110111011001111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92123; }

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

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

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

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

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

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

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

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