#B92024

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

Shades of Fire Engine Red #B92024

Tints of Fire Engine Red #B92024

Color information

#B92024 (or 0xB92024) is unknown color: approx Fire Engine Red. HEX triplet: B9, 20 and 24. RGB value is (185,32,36). Sum of RGB (Red+Green+Blue) = 185+32+36=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B92024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92024 is #46DFDB. Grayscale: #4E4E4E. Windows color (decimal): -4644828 or 2367673. OLE color: 2367673.

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

Color convert

RGB1853236-
CMYK00.830.810.27
HSL358.43º70.51%42.55%-
HSV(B)358.43º82.7%72.55%-
XYZ20.8411.472.79-
YUV78.2104.19204.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 73.12%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 36 (14.45% from 255) = 14.23%
R=73.12%
G=12.65%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185323600.830.810.27358.4370.5142.55
HexB92024053511B166472b
Octal271404401231213354610753
Binary10111001100000100100010100111010001110111011001101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92024; }

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

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

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

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

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

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

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

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