#B92426

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

Shades of Fire Engine Red #B92426

Tints of Fire Engine Red #B92426

Color information

#B92426 (or 0xB92426) is unknown color: approx Fire Engine Red. HEX triplet: B9, 24 and 26. RGB value is (185,36,38). Sum of RGB (Red+Green+Blue) = 185+36+38=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B92426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92426 is #46DBD9. Grayscale: #505050. Windows color (decimal): -4643802 or 2499769. OLE color: 2499769.

HSL color Cylindrical-coordinate representation of color #B92426: hue angle of 359.19º 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 #B92426 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1853638-
CMYK00.810.790.27
HSL359.19º67.42%43.33%-
HSV(B)359.19º80.54%72.55%-
XYZ20.9911.722.99-
YUV80.78103.86202.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=71.43%
G=13.90%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185363800.810.790.27359.1967.4243.33
HexB924260514F1B167432b
Octal271444601211173354710353
Binary10111001100100100110010100011001111110111011001111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92426; }

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

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

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

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

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

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

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

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