Html Css Color HEX #BC1520 Fire Engine Red

📋 copy color: '#BC1520'

red 188 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #BC1520

Tints of Fire Engine Red #BC1520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 78.01%
G = 8.71%
B = 13.28%

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

#BC1520 (or 0xBC1520) is known color: Fire Engine Red. HEX triplet: BC, 15 and 20. RGB value is (188,21,32). Sum of RGB (Red+Green+Blue) = 188+21+32=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1520 is #43EADF. Grayscale: #484848. Windows color (decimal): -4451040 or 2102716. OLE color: 2102716.

HSL color Cylindrical-coordinate representation of color #BC1520: hue angle of 356.05º degrees, saturation: 0.8, 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 #BC1520 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 21 32 -
CMYK 0 0.89 0.83 0.26
HSL 356.05º 0.8% 0.41% -
HSV(B) 356.05º 0.89% 0.74% -
XYZ 21.27 11.33 2.43 -
YUV 72.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 188 21 32 0 0.89 0.83 0.26 356.05 0.8 0.41
Hex BC 15 20 0 59 53 1A 164 50 29
Octal 274 25 40 0 131 123 32 544 120 51
Binary 10111100 10101 100000 0 1011001 1010011 11010 101100100 1010000 101001

Color Harmonies of #BC1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1520

Black with #BC1520

Text Example


Text Example

White with #BC1520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1520; }

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

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

background-color css

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

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

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

border-color css

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

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

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