Html Css Color HEX #BC171A Fire Engine Red

📋 copy color: '#BC171A'

red 188 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #BC171A

Tints of Fire Engine Red #BC171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 79.32%
G = 9.7%
B = 10.97%

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

#BC171A (or 0xBC171A) is known color: Fire Engine Red. HEX triplet: BC, 17 and 1A. RGB value is (188,23,26). Sum of RGB (Red+Green+Blue) = 188+23+26=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC171A is #43E8E5. Grayscale: #484848. Windows color (decimal): -4450534 or 1710012. OLE color: 1710012.

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

Color convert

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

Color Harmonies of #BC171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC171A

Black with #BC171A

Text Example


Text Example

White with #BC171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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