Html Css Color HEX #BC1927 Fire Engine Red

📋 copy color: '#BC1927'

red 188 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #BC1927

Tints of Fire Engine Red #BC1927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 74.6%
G = 9.92%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC1927 (or 0xBC1927) is known color: Fire Engine Red. HEX triplet: BC, 19 and 27. RGB value is (188,25,39). Sum of RGB (Red+Green+Blue) = 188+25+39=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1927 is #43E6D8. Grayscale: #4B4B4B. Windows color (decimal): -4450009 or 2562492. OLE color: 2562492.

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

Color convert

RGB 188 25 39 -
CMYK 0 0.87 0.79 0.26
HSL 354.85º 0.77% 0.42% -
HSV(B) 354.85º 0.87% 0.74% -
XYZ 21.45 11.53 3.01 -
YUV 75.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 188 25 39 0 0.87 0.79 0.26 354.85 0.77 0.42
Hex BC 19 27 0 57 4F 1A 163 4D 2A
Octal 274 31 47 0 127 117 32 543 115 52
Binary 10111100 11001 100111 0 1010111 1001111 11010 101100011 1001101 101010

Color Harmonies of #BC1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1927

Black with #BC1927

Text Example


Text Example

White with #BC1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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