Html Css Color HEX #BC171B Fire Engine Red

📋 copy color: '#BC171B'

red 188 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #BC171B

Tints of Fire Engine Red #BC171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 78.99%
G = 9.66%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC171B (or 0xBC171B) is known color: Fire Engine Red. HEX triplet: BC, 17 and 1B. RGB value is (188,23,27). Sum of RGB (Red+Green+Blue) = 188+23+27=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC171B is #43E8E4. Grayscale: #484848. Windows color (decimal): -4450533 or 1775548. OLE color: 1775548.

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

Color convert

RGB 188 23 27 -
CMYK 0 0.88 0.86 0.26
HSL 358.55º 0.78% 0.41% -
HSV(B) 358.55º 0.88% 0.74% -
XYZ 21.24 11.38 2.11 -
YUV 72.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 188 23 27 0 0.88 0.86 0.26 358.55 0.78 0.41
Hex BC 17 1B 0 58 56 1A 167 4E 29
Octal 274 27 33 0 130 126 32 547 116 51
Binary 10111100 10111 11011 0 1011000 1010110 11010 101100111 1001110 101001

Color Harmonies of #BC171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC171B

Black with #BC171B

Text Example


Text Example

White with #BC171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC171B; }

 p { color: rgb(188,23,27); }

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

background-color css

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

 a { background-color: rgb(188,23,27); }

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

border-color css

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

 span { border-color: rgb(188,23,27); }

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