Html Css Color HEX #BC1819 Fire Engine Red

📋 copy color: '#BC1819'

red 188 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #BC1819

Tints of Fire Engine Red #BC1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 79.32%
G = 10.13%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC1819 (or 0xBC1819) is known color: Fire Engine Red. HEX triplet: BC, 18 and 19. RGB value is (188,24,25). Sum of RGB (Red+Green+Blue) = 188+24+25=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BC1819 is #43E7E6. Grayscale: #494949. Windows color (decimal): -4450279 or 1644732. OLE color: 1644732.

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

Color convert

RGB 188 24 25 -
CMYK 0 0.87 0.87 0.26
HSL 359.63º 0.77% 0.42% -
HSV(B) 359.63º 0.87% 0.74% -
XYZ 21.24 11.41 2 -
YUV 73.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 188 24 25 0 0.87 0.87 0.26 359.63 0.77 0.42
Hex BC 18 19 0 57 57 1A 168 4D 2A
Octal 274 30 31 0 127 127 32 550 115 52
Binary 10111100 11000 11001 0 1010111 1010111 11010 101101000 1001101 101010

Color Harmonies of #BC1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1819

Black with #BC1819

Text Example


Text Example

White with #BC1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1819; }

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

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

background-color css

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

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

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

border-color css

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

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

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