Html Css Color HEX #B91125 Fire Engine Red

📋 copy color: '#B91125'

red 185 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #B91125

Tints of Fire Engine Red #B91125

RGB

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

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

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

R = 77.41%
G = 7.11%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B91125 (or 0xB91125) is known color: Fire Engine Red. HEX triplet: B9, 11 and 25. RGB value is (185,17,37). Sum of RGB (Red+Green+Blue) = 185+17+37=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B91125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91125 is #46EEDA. Grayscale: #454545. Windows color (decimal): -4648667 or 2429369. OLE color: 2429369.

HSL color Cylindrical-coordinate representation of color #B91125: hue angle of 352.86º 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 #B91125 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 37 -
CMYK 0 0.91 0.80 0.27
HSL 352.86º 0.83% 0.4% -
HSV(B) 352.86º 0.91% 0.73% -
XYZ 20.54 10.85 2.76 -
YUV 69.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 185 17 37 0 0.91 0.80 0.27 352.86 0.83 0.4
Hex B9 11 25 0 5B 50 1B 161 53 28
Octal 271 21 45 0 133 120 33 541 123 50
Binary 10111001 10001 100101 0 1011011 1010000 11011 101100001 1010011 101000

Color Harmonies of #B91125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91125

Black with #B91125

Text Example


Text Example

White with #B91125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91125; }

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

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

background-color css

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

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

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

border-color css

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

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

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