#B92425

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

Shades of Fire Engine Red #B92425

Tints of Fire Engine Red #B92425

Color information

#B92425 (or 0xB92425) is unknown color: approx Fire Engine Red. HEX triplet: B9, 24 and 25. RGB value is (185,36,37). Sum of RGB (Red+Green+Blue) = 185+36+37=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92425 is #46DBDA. Grayscale: #505050. Windows color (decimal): -4643803 or 2434233. OLE color: 2434233.

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

Color convert

RGB1853637-
CMYK00.810.800.27
HSL359.6º67.42%43.33%-
HSV(B)359.6º80.54%72.55%-
XYZ20.9711.712.91-
YUV80.67103.36202.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=71.71%
G=13.95%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185363700.810.800.27359.667.4243.33
HexB92425051501B168432b
Octal271444501211203355010353
Binary10111001100100100101010100011010000110111011010001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92425; }

 p { color: rgb(185,36,37); }

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

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

 a { background-color: rgb(185,36,37); }

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

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

 span { border-color: rgb(185,36,37); }

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