Html Css Color HEX #BC1A1B Fire Engine Red

📋 copy color: '#BC1A1B'

red 188 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #BC1A1B

Tints of Fire Engine Red #BC1A1B

RGB

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

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

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

R = 78.01%
G = 10.79%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC1A1B (or 0xBC1A1B) is known color: Fire Engine Red. HEX triplet: BC, 1A and 1B. RGB value is (188,26,27). Sum of RGB (Red+Green+Blue) = 188+26+27=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A1B is #43E5E4. Grayscale: #4A4A4A. Windows color (decimal): -4449765 or 1776316. OLE color: 1776316.

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

Color convert

RGB 188 26 27 -
CMYK 0 0.86 0.86 0.26
HSL 359.63º 0.76% 0.42% -
HSV(B) 359.63º 0.86% 0.74% -
XYZ 21.31 11.51 2.14 -
YUV 74.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 188 26 27 0 0.86 0.86 0.26 359.63 0.76 0.42
Hex BC 1A 1B 0 56 56 1A 168 4C 2A
Octal 274 32 33 0 126 126 32 550 114 52
Binary 10111100 11010 11011 0 1010110 1010110 11010 101101000 1001100 101010

Color Harmonies of #BC1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A1B

Black with #BC1A1B

Text Example


Text Example

White with #BC1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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