Html Css Color HEX #B91A1C Fire Engine Red

📋 copy color: '#B91A1C'

red 185 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #B91A1C

Tints of Fire Engine Red #B91A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 77.41%
G = 10.88%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B91A1C (or 0xB91A1C) is known color: Fire Engine Red. HEX triplet: B9, 1A and 1C. RGB value is (185,26,28). Sum of RGB (Red+Green+Blue) = 185+26+28=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A1C is #46E5E3. Grayscale: #494949. Windows color (decimal): -4646372 or 1841849. OLE color: 1841849.

HSL color Cylindrical-coordinate representation of color #B91A1C: hue angle of 359.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91A1C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 26 28 -
CMYK 0 0.86 0.85 0.27
HSL 359.25º 0.75% 0.41% -
HSV(B) 359.25º 0.86% 0.73% -
XYZ 20.59 11.14 2.16 -
YUV 73.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 185 26 28 0 0.86 0.85 0.27 359.25 0.75 0.41
Hex B9 1A 1C 0 56 55 1B 167 4B 29
Octal 271 32 34 0 126 125 33 547 113 51
Binary 10111001 11010 11100 0 1010110 1010101 11011 101100111 1001011 101001

Color Harmonies of #B91A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91A1C

Black with #B91A1C

Text Example


Text Example

White with #B91A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91A1C; }

 p { color: rgb(185,26,28); }

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

background-color css

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

 a { background-color: rgb(185,26,28); }

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

border-color css

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

 span { border-color: rgb(185,26,28); }

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