Html Css Color HEX #B91A1D Fire Engine Red

📋 copy color: '#B91A1D'

red 185 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #B91A1D

Tints of Fire Engine Red #B91A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 77.08%
G = 10.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B91A1D (or 0xB91A1D) is known color: Fire Engine Red. HEX triplet: B9, 1A and 1D. RGB value is (185,26,29). Sum of RGB (Red+Green+Blue) = 185+26+29=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A1D is #46E5E2. Grayscale: #4A4A4A. Windows color (decimal): -4646371 or 1907385. OLE color: 1907385.

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

Color convert

RGB 185 26 29 -
CMYK 0 0.86 0.84 0.27
HSL 358.87º 0.75% 0.41% -
HSV(B) 358.87º 0.86% 0.73% -
XYZ 20.6 11.14 2.23 -
YUV 73.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 185 26 29 0 0.86 0.84 0.27 358.87 0.75 0.41
Hex B9 1A 1D 0 56 54 1B 167 4B 29
Octal 271 32 35 0 126 124 33 547 113 51
Binary 10111001 11010 11101 0 1010110 1010100 11011 101100111 1001011 101001

Color Harmonies of #B91A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91A1D

Black with #B91A1D

Text Example


Text Example

White with #B91A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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