Html Css Color HEX #B92324 Fire Engine Red

📋 copy color: '#B92324'

red 185 ◦ green 35 ◦ blue 36

#B92324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #B92324

Tints of Fire Engine Red #B92324

RGB

 RED value IS 185 (72.66% from 255) = 72.27%

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 72.27%
G = 13.67%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B92324 (or 0xB92324) is known color: Fire Engine Red. HEX triplet: B9, 23 and 24. RGB value is (185,35,36). Sum of RGB (Red+Green+Blue) = 185+35+36=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B92324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92324 is #46DCDB. Grayscale: #505050. Windows color (decimal): -4644060 or 2368441. OLE color: 2368441.

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

Color convert

RGB 185 35 36 -
CMYK 0 0.81 0.81 0.27
HSL 359.6º 0.68% 0.43% -
HSV(B) 359.6º 0.81% 0.73% -
XYZ 20.93 11.64 2.81 -
YUV 79.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 185 35 36 0 0.81 0.81 0.27 359.6 0.68 0.43
Hex B9 23 24 0 51 51 1B 168 44 2B
Octal 271 43 44 0 121 121 33 550 104 53
Binary 10111001 100011 100100 0 1010001 1010001 11011 101101000 1000100 101011

Color Harmonies of #B92324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92324

Black with #B92324

Text Example


Text Example

White with #B92324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92324; }

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

 H1.HeaderClassName
 {
   color: #B92324;
 }
 .AnyTagClassName
 {
   color: #B92324;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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