Html Css Color HEX #B91123 Fire Engine Red

📋 copy color: '#B91123'

red 185 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #B91123

Tints of Fire Engine Red #B91123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 78.06%
G = 7.17%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91123 (or 0xB91123) is known color: Fire Engine Red. HEX triplet: B9, 11 and 23. RGB value is (185,17,35). Sum of RGB (Red+Green+Blue) = 185+17+35=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B91123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91123 is #46EEDC. Grayscale: #454545. Windows color (decimal): -4648669 or 2298297. OLE color: 2298297.

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

Color convert

RGB 185 17 35 -
CMYK 0 0.91 0.81 0.27
HSL 353.57º 0.83% 0.4% -
HSV(B) 353.57º 0.91% 0.73% -
XYZ 20.51 10.84 2.6 -
YUV 69.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 185 17 35 0 0.91 0.81 0.27 353.57 0.83 0.4
Hex B9 11 23 0 5B 51 1B 162 53 28
Octal 271 21 43 0 133 121 33 542 123 50
Binary 10111001 10001 100011 0 1011011 1010001 11011 101100010 1010011 101000

Color Harmonies of #B91123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91123

Black with #B91123

Text Example


Text Example

White with #B91123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91123; }

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

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

background-color css

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

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

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

border-color css

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

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

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