Html Css Color HEX #BC1A1D Fire Engine Red

📋 copy color: '#BC1A1D'

red 188 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #BC1A1D

Tints of Fire Engine Red #BC1A1D

RGB

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

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

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

R = 77.37%
G = 10.7%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC1A1D (or 0xBC1A1D) is known color: Fire Engine Red. HEX triplet: BC, 1A and 1D. RGB value is (188,26,29). Sum of RGB (Red+Green+Blue) = 188+26+29=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A1D is #43E5E2. Grayscale: #4A4A4A. Windows color (decimal): -4449763 or 1907388. OLE color: 1907388.

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

Color convert

RGB 188 26 29 -
CMYK 0 0.86 0.85 0.26
HSL 358.89º 0.76% 0.42% -
HSV(B) 358.89º 0.86% 0.74% -
XYZ 21.33 11.52 2.26 -
YUV 74.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 188 26 29 0 0.86 0.85 0.26 358.89 0.76 0.42
Hex BC 1A 1D 0 56 55 1A 167 4C 2A
Octal 274 32 35 0 126 125 32 547 114 52
Binary 10111100 11010 11101 0 1010110 1010101 11010 101100111 1001100 101010

Color Harmonies of #BC1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A1D

Black with #BC1A1D

Text Example


Text Example

White with #BC1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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