Html Css Color HEX #BC1420 Fire Engine Red

📋 copy color: '#BC1420'

red 188 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #BC1420

Tints of Fire Engine Red #BC1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

 BLUE value IS 32 (12.89% from 255) = 13.33%

R = 78.33%
G = 8.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC1420 (or 0xBC1420) is known color: Fire Engine Red. HEX triplet: BC, 14 and 20. RGB value is (188,20,32). Sum of RGB (Red+Green+Blue) = 188+20+32=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1420 is #43EBDF. Grayscale: #474747. Windows color (decimal): -4451296 or 2102460. OLE color: 2102460.

HSL color Cylindrical-coordinate representation of color #BC1420: hue angle of 355.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1420 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 32 -
CMYK 0 0.89 0.83 0.26
HSL 355.71º 0.81% 0.41% -
HSV(B) 355.71º 0.89% 0.74% -
XYZ 21.25 11.3 2.43 -
YUV 71.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 188 20 32 0 0.89 0.83 0.26 355.71 0.81 0.41
Hex BC 14 20 0 59 53 1A 164 51 29
Octal 274 24 40 0 131 123 32 544 121 51
Binary 10111100 10100 100000 0 1011001 1010011 11010 101100100 1010001 101001

Color Harmonies of #BC1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1420

Black with #BC1420

Text Example


Text Example

White with #BC1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1420; }

 p { color: rgb(188,20,32); }

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

background-color css

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

 a { background-color: rgb(188,20,32); }

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

border-color css

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

 span { border-color: rgb(188,20,32); }

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