Html Css Color HEX #BC1924 Fire Engine Red

📋 copy color: '#BC1924'

red 188 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #BC1924

Tints of Fire Engine Red #BC1924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 75.5%
G = 10.04%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC1924 (or 0xBC1924) is known color: Fire Engine Red. HEX triplet: BC, 19 and 24. RGB value is (188,25,36). Sum of RGB (Red+Green+Blue) = 188+25+36=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1924 is #43E6DB. Grayscale: #4B4B4B. Windows color (decimal): -4450012 or 2365884. OLE color: 2365884.

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

Color convert

RGB 188 25 36 -
CMYK 0 0.87 0.81 0.26
HSL 355.95º 0.77% 0.42% -
HSV(B) 355.95º 0.87% 0.74% -
XYZ 21.41 11.51 2.76 -
YUV 74.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 188 25 36 0 0.87 0.81 0.26 355.95 0.77 0.42
Hex BC 19 24 0 57 51 1A 164 4D 2A
Octal 274 31 44 0 127 121 32 544 115 52
Binary 10111100 11001 100100 0 1010111 1010001 11010 101100100 1001101 101010

Color Harmonies of #BC1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1924

Black with #BC1924

Text Example


Text Example

White with #BC1924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1924; }

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

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

background-color css

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

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

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

border-color css

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

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

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