Html Css Color HEX #B92122 Fire Engine Red

📋 copy color: '#B92122'

red 185 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #B92122

Tints of Fire Engine Red #B92122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 73.41%
G = 13.1%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B92122 (or 0xB92122) is known color: Fire Engine Red. HEX triplet: B9, 21 and 22. RGB value is (185,33,34). Sum of RGB (Red+Green+Blue) = 185+33+34=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B92122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92122 is #46DEDD. Grayscale: #4E4E4E. Windows color (decimal): -4644574 or 2236857. OLE color: 2236857.

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

Color convert

RGB 185 33 34 -
CMYK 0 0.82 0.82 0.27
HSL 359.61º 0.7% 0.43% -
HSV(B) 359.61º 0.82% 0.73% -
XYZ 20.84 11.52 2.64 -
YUV 78.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 185 33 34 0 0.82 0.82 0.27 359.61 0.7 0.43
Hex B9 21 22 0 52 52 1B 168 46 2B
Octal 271 41 42 0 122 122 33 550 106 53
Binary 10111001 100001 100010 0 1010010 1010010 11011 101101000 1000110 101011

Color Harmonies of #B92122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92122

Black with #B92122

Text Example


Text Example

White with #B92122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92122; }

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

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

background-color css

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

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

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

border-color css

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

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

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