Html Css Color HEX #BC191B Fire Engine Red

📋 copy color: '#BC191B'

red 188 ◦ green 25 ◦ blue 27

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

Shades of Fire Engine Red #BC191B

Tints of Fire Engine Red #BC191B

RGB

 RED value IS 188 (73.83% from 255) = 78.33%

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

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

R = 78.33%
G = 10.42%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC191B (or 0xBC191B) is known color: Fire Engine Red. HEX triplet: BC, 19 and 1B. RGB value is (188,25,27). Sum of RGB (Red+Green+Blue) = 188+25+27=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC191B is #43E6E4. Grayscale: #4A4A4A. Windows color (decimal): -4450021 or 1776060. OLE color: 1776060.

HSL color Cylindrical-coordinate representation of color #BC191B: hue angle of 359.26º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC191B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 27 -
CMYK 0 0.87 0.86 0.26
HSL 359.26º 0.77% 0.42% -
HSV(B) 359.26º 0.87% 0.74% -
XYZ 21.28 11.47 2.13 -
YUV 73.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 188 25 27 0 0.87 0.86 0.26 359.26 0.77 0.42
Hex BC 19 1B 0 57 56 1A 167 4D 2A
Octal 274 31 33 0 127 126 32 547 115 52
Binary 10111100 11001 11011 0 1010111 1010110 11010 101100111 1001101 101010

Color Harmonies of #BC191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC191B

Black with #BC191B

Text Example


Text Example

White with #BC191B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC191B; }

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

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

background-color css

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

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

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

border-color css

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

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

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