Html Css Color HEX #B91B25 Fire Engine Red

📋 copy color: '#B91B25'

red 185 ◦ green 27 ◦ blue 37

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

Shades of Fire Engine Red #B91B25

Tints of Fire Engine Red #B91B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 74.3%
G = 10.84%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B91B25 (or 0xB91B25) is known color: Fire Engine Red. HEX triplet: B9, 1B and 25. RGB value is (185,27,37). Sum of RGB (Red+Green+Blue) = 185+27+37=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B25 is #46E4DA. Grayscale: #4B4B4B. Windows color (decimal): -4646107 or 2431929. OLE color: 2431929.

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

Color convert

RGB 185 27 37 -
CMYK 0 0.85 0.80 0.27
HSL 356.2º 0.75% 0.42% -
HSV(B) 356.2º 0.85% 0.73% -
XYZ 20.73 11.23 2.83 -
YUV 75.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 185 27 37 0 0.85 0.80 0.27 356.2 0.75 0.42
Hex B9 1B 25 0 55 50 1B 164 4B 2A
Octal 271 33 45 0 125 120 33 544 113 52
Binary 10111001 11011 100101 0 1010101 1010000 11011 101100100 1001011 101010

Color Harmonies of #B91B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B25

Black with #B91B25

Text Example


Text Example

White with #B91B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B25; }

 p { color: rgb(185,27,37); }

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

background-color css

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

 a { background-color: rgb(185,27,37); }

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

border-color css

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

 span { border-color: rgb(185,27,37); }

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