Html Css Color HEX #B91A1E Fire Engine Red

📋 copy color: '#B91A1E'

red 185 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #B91A1E

Tints of Fire Engine Red #B91A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 76.76%
G = 10.79%
B = 12.45%

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

#B91A1E (or 0xB91A1E) is known color: Fire Engine Red. HEX triplet: B9, 1A and 1E. RGB value is (185,26,30). Sum of RGB (Red+Green+Blue) = 185+26+30=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A1E is #46E5E1. Grayscale: #4A4A4A. Windows color (decimal): -4646370 or 1972921. OLE color: 1972921.

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

Color convert

RGB 185 26 30 -
CMYK 0 0.86 0.84 0.27
HSL 358.49º 0.75% 0.41% -
HSV(B) 358.49º 0.86% 0.73% -
XYZ 20.61 11.15 2.29 -
YUV 74 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 185 26 30 0 0.86 0.84 0.27 358.49 0.75 0.41
Hex B9 1A 1E 0 56 54 1B 166 4B 29
Octal 271 32 36 0 126 124 33 546 113 51
Binary 10111001 11010 11110 0 1010110 1010100 11011 101100110 1001011 101001

Color Harmonies of #B91A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91A1E

Black with #B91A1E

Text Example


Text Example

White with #B91A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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