Html Css Color HEX #BC191D Fire Engine Red

📋 copy color: '#BC191D'

red 188 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #BC191D

Tints of Fire Engine Red #BC191D

RGB

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

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

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

R = 77.69%
G = 10.33%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC191D (or 0xBC191D) is known color: Fire Engine Red. HEX triplet: BC, 19 and 1D. RGB value is (188,25,29). Sum of RGB (Red+Green+Blue) = 188+25+29=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC191D is #43E6E2. Grayscale: #4A4A4A. Windows color (decimal): -4450019 or 1907132. OLE color: 1907132.

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

Color convert

RGB 188 25 29 -
CMYK 0 0.87 0.85 0.26
HSL 358.53º 0.77% 0.42% -
HSV(B) 358.53º 0.87% 0.74% -
XYZ 21.31 11.48 2.25 -
YUV 74.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 188 25 29 0 0.87 0.85 0.26 358.53 0.77 0.42
Hex BC 19 1D 0 57 55 1A 167 4D 2A
Octal 274 31 35 0 127 125 32 547 115 52
Binary 10111100 11001 11101 0 1010111 1010101 11010 101100111 1001101 101010

Color Harmonies of #BC191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC191D

Black with #BC191D

Text Example


Text Example

White with #BC191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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