Html Css Color HEX #B91727 Fire Engine Red

📋 copy color: '#B91727'

red 185 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #B91727

Tints of Fire Engine Red #B91727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 74.9%
G = 9.31%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B91727 (or 0xB91727) is known color: Fire Engine Red. HEX triplet: B9, 17 and 27. RGB value is (185,23,39). Sum of RGB (Red+Green+Blue) = 185+23+39=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B91727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91727 is #46E8D8. Grayscale: #494949. Windows color (decimal): -4647129 or 2561977. OLE color: 2561977.

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

Color convert

RGB 185 23 39 -
CMYK 0 0.88 0.79 0.27
HSL 354.07º 0.78% 0.41% -
HSV(B) 354.07º 0.88% 0.73% -
XYZ 20.68 11.07 2.97 -
YUV 73.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 185 23 39 0 0.88 0.79 0.27 354.07 0.78 0.41
Hex B9 17 27 0 58 4F 1B 162 4E 29
Octal 271 27 47 0 130 117 33 542 116 51
Binary 10111001 10111 100111 0 1011000 1001111 11011 101100010 1001110 101001

Color Harmonies of #B91727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91727

Black with #B91727

Text Example


Text Example

White with #B91727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91727; }

 p { color: rgb(185,23,39); }

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

background-color css

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

 a { background-color: rgb(185,23,39); }

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

border-color css

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

 span { border-color: rgb(185,23,39); }

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