Html Css Color HEX #BC151D Fire Engine Red

📋 copy color: '#BC151D'

red 188 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #BC151D

Tints of Fire Engine Red #BC151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 78.99%
G = 8.82%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC151D (or 0xBC151D) is known color: Fire Engine Red. HEX triplet: BC, 15 and 1D. RGB value is (188,21,29). Sum of RGB (Red+Green+Blue) = 188+21+29=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC151D is #43EAE2. Grayscale: #474747. Windows color (decimal): -4451043 or 1906108. OLE color: 1906108.

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

Color convert

RGB 188 21 29 -
CMYK 0 0.89 0.85 0.26
HSL 357.13º 0.8% 0.41% -
HSV(B) 357.13º 0.89% 0.74% -
XYZ 21.23 11.32 2.23 -
YUV 71.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 188 21 29 0 0.89 0.85 0.26 357.13 0.8 0.41
Hex BC 15 1D 0 59 55 1A 165 50 29
Octal 274 25 35 0 131 125 32 545 120 51
Binary 10111100 10101 11101 0 1011001 1010101 11010 101100101 1010000 101001

Color Harmonies of #BC151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC151D

Black with #BC151D

Text Example


Text Example

White with #BC151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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