Html Css Color HEX #B92124 Fire Engine Red

📋 copy color: '#B92124'

red 185 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #B92124

Tints of Fire Engine Red #B92124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 72.83%
G = 12.99%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B92124 (or 0xB92124) is known color: Fire Engine Red. HEX triplet: B9, 21 and 24. RGB value is (185,33,36). Sum of RGB (Red+Green+Blue) = 185+33+36=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B92124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92124 is #46DEDB. Grayscale: #4E4E4E. Windows color (decimal): -4644572 or 2367929. OLE color: 2367929.

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

Color convert

RGB 185 33 36 -
CMYK 0 0.82 0.81 0.27
HSL 358.82º 0.7% 0.43% -
HSV(B) 358.82º 0.82% 0.73% -
XYZ 20.87 11.53 2.79 -
YUV 78.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 185 33 36 0 0.82 0.81 0.27 358.82 0.7 0.43
Hex B9 21 24 0 52 51 1B 167 46 2B
Octal 271 41 44 0 122 121 33 547 106 53
Binary 10111001 100001 100100 0 1010010 1010001 11011 101100111 1000110 101011

Color Harmonies of #B92124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92124

Black with #B92124

Text Example


Text Example

White with #B92124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92124; }

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

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

background-color css

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

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

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

border-color css

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

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

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