Html Css Color HEX #BC1B1E Fire Engine Red

📋 copy color: '#BC1B1E'

red 188 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #BC1B1E

Tints of Fire Engine Red #BC1B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

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

R = 76.73%
G = 11.02%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC1B1E (or 0xBC1B1E) is known color: Fire Engine Red. HEX triplet: BC, 1B and 1E. RGB value is (188,27,30). Sum of RGB (Red+Green+Blue) = 188+27+30=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B1E is #43E4E1. Grayscale: #4B4B4B. Windows color (decimal): -4449506 or 1973180. OLE color: 1973180.

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

Color convert

RGB 188 27 30 -
CMYK 0 0.86 0.84 0.26
HSL 358.88º 0.75% 0.42% -
HSV(B) 358.88º 0.86% 0.74% -
XYZ 21.37 11.57 2.34 -
YUV 75.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 188 27 30 0 0.86 0.84 0.26 358.88 0.75 0.42
Hex BC 1B 1E 0 56 54 1A 167 4B 2A
Octal 274 33 36 0 126 124 32 547 113 52
Binary 10111100 11011 11110 0 1010110 1010100 11010 101100111 1001011 101010

Color Harmonies of #BC1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B1E

Black with #BC1B1E

Text Example


Text Example

White with #BC1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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