Html Css Color HEX #BC171D Fire Engine Red

📋 copy color: '#BC171D'

red 188 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #BC171D

Tints of Fire Engine Red #BC171D

RGB

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

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

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

R = 78.33%
G = 9.58%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC171D (or 0xBC171D) is known color: Fire Engine Red. HEX triplet: BC, 17 and 1D. RGB value is (188,23,29). Sum of RGB (Red+Green+Blue) = 188+23+29=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC171D is #43E8E2. Grayscale: #494949. Windows color (decimal): -4450531 or 1906620. OLE color: 1906620.

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

Color convert

RGB 188 23 29 -
CMYK 0 0.88 0.85 0.26
HSL 357.82º 0.78% 0.41% -
HSV(B) 357.82º 0.88% 0.74% -
XYZ 21.27 11.39 2.24 -
YUV 73.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 188 23 29 0 0.88 0.85 0.26 357.82 0.78 0.41
Hex BC 17 1D 0 58 55 1A 166 4E 29
Octal 274 27 35 0 130 125 32 546 116 51
Binary 10111100 10111 11101 0 1011000 1010101 11010 101100110 1001110 101001

Color Harmonies of #BC171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC171D

Black with #BC171D

Text Example


Text Example

White with #BC171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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