Html Css Color HEX #B92223 Fire Engine Red

📋 copy color: '#B92223'

red 185 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #B92223

Tints of Fire Engine Red #B92223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 72.83%
G = 13.39%
B = 13.78%

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

#B92223 (or 0xB92223) is known color: Fire Engine Red. HEX triplet: B9, 22 and 23. RGB value is (185,34,35). Sum of RGB (Red+Green+Blue) = 185+34+35=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B92223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92223 is #46DDDC. Grayscale: #4F4F4F. Windows color (decimal): -4644317 or 2302649. OLE color: 2302649.

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

Color convert

RGB 185 34 35 -
CMYK 0 0.82 0.81 0.27
HSL 359.6º 0.69% 0.43% -
HSV(B) 359.6º 0.82% 0.73% -
XYZ 20.88 11.58 2.72 -
YUV 79.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 185 34 35 0 0.82 0.81 0.27 359.6 0.69 0.43
Hex B9 22 23 0 52 51 1B 168 45 2B
Octal 271 42 43 0 122 121 33 550 105 53
Binary 10111001 100010 100011 0 1010010 1010001 11011 101101000 1000101 101011

Color Harmonies of #B92223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92223

Black with #B92223

Text Example


Text Example

White with #B92223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92223; }

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

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

background-color css

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

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

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

border-color css

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

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

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