Html Css Color HEX #B2191B Fire Engine Red

📋 copy color: '#B2191B'

red 178 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #B2191B

Tints of Fire Engine Red #B2191B

RGB

 RED value IS 178 (69.92% from 255) = 77.39%

 GREEN value IS 25 (10.16% from 255) = 10.87%

 BLUE value IS 27 (10.94% from 255) = 11.74%

R = 77.39%
G = 10.87%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2191B (or 0xB2191B) is known color: Fire Engine Red. HEX triplet: B2, 19 and 1B. RGB value is (178,25,27). Sum of RGB (Red+Green+Blue) = 178+25+27=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191B is #4DE6E4. Grayscale: #474747. Windows color (decimal): -5105381 or 1776050. OLE color: 1776050.

HSL color Cylindrical-coordinate representation of color #B2191B: hue angle of 359.22º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2191B is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 27 -
CMYK 0 0.86 0.85 0.30
HSL 359.22º 0.75% 0.4% -
HSV(B) 359.22º 0.86% 0.7% -
XYZ 18.91 10.24 2.02 -
YUV 70.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 178 25 27 0 0.86 0.85 0.30 359.22 0.75 0.4
Hex B2 19 1B 0 56 55 1E 167 4B 28
Octal 262 31 33 0 126 125 36 547 113 50
Binary 10110010 11001 11011 0 1010110 1010101 11110 101100111 1001011 101000

Color Harmonies of #B2191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2191B

Black with #B2191B

Text Example


Text Example

White with #B2191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2191B; }

 p { color: rgb(178,25,27); }

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

background-color css

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

 a { background-color: rgb(178,25,27); }

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

border-color css

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

 span { border-color: rgb(178,25,27); }

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