Html Css Color HEX #BC191E Fire Engine Red

📋 copy color: '#BC191E'

red 188 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #BC191E

Tints of Fire Engine Red #BC191E

RGB

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

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

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

R = 77.37%
G = 10.29%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC191E (or 0xBC191E) is known color: Fire Engine Red. HEX triplet: BC, 19 and 1E. RGB value is (188,25,30). Sum of RGB (Red+Green+Blue) = 188+25+30=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC191E is #43E6E1. Grayscale: #4A4A4A. Windows color (decimal): -4450018 or 1972668. OLE color: 1972668.

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

Color convert

RGB 188 25 30 -
CMYK 0 0.87 0.84 0.26
HSL 358.16º 0.77% 0.42% -
HSV(B) 358.16º 0.87% 0.74% -
XYZ 21.32 11.48 2.32 -
YUV 74.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 188 25 30 0 0.87 0.84 0.26 358.16 0.77 0.42
Hex BC 19 1E 0 57 54 1A 166 4D 2A
Octal 274 31 36 0 127 124 32 546 115 52
Binary 10111100 11001 11110 0 1010111 1010100 11010 101100110 1001101 101010

Color Harmonies of #BC191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC191E

Black with #BC191E

Text Example


Text Example

White with #BC191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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