Html Css Color HEX #BC1C1D Fire Engine Red

📋 copy color: '#BC1C1D'

red 188 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #BC1C1D

Tints of Fire Engine Red #BC1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 76.73%
G = 11.43%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC1C1D (or 0xBC1C1D) is known color: Fire Engine Red. HEX triplet: BC, 1C and 1D. RGB value is (188,28,29). Sum of RGB (Red+Green+Blue) = 188+28+29=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C1D is #43E3E2. Grayscale: #4C4C4C. Windows color (decimal): -4449251 or 1907900. OLE color: 1907900.

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

Color convert

RGB 188 28 29 -
CMYK 0 0.85 0.85 0.26
HSL 359.63º 0.74% 0.42% -
HSV(B) 359.63º 0.85% 0.74% -
XYZ 21.38 11.61 2.28 -
YUV 75.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 188 28 29 0 0.85 0.85 0.26 359.63 0.74 0.42
Hex BC 1C 1D 0 55 55 1A 168 4A 2A
Octal 274 34 35 0 125 125 32 550 112 52
Binary 10111100 11100 11101 0 1010101 1010101 11010 101101000 1001010 101010

Color Harmonies of #BC1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1C1D

Black with #BC1C1D

Text Example


Text Example

White with #BC1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1C1D; }

 p { color: rgb(188,28,29); }

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

background-color css

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

 a { background-color: rgb(188,28,29); }

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

border-color css

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

 span { border-color: rgb(188,28,29); }

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