Html Css Color HEX #BC161D Fire Engine Red

📋 copy color: '#BC161D'

red 188 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #BC161D

Tints of Fire Engine Red #BC161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 78.66%
G = 9.21%
B = 12.13%

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

#BC161D (or 0xBC161D) is known color: Fire Engine Red. HEX triplet: BC, 16 and 1D. RGB value is (188,22,29). Sum of RGB (Red+Green+Blue) = 188+22+29=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC161D is #43E9E2. Grayscale: #484848. Windows color (decimal): -4450787 or 1906364. OLE color: 1906364.

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

Color convert

RGB 188 22 29 -
CMYK 0 0.88 0.85 0.26
HSL 357.47º 0.79% 0.41% -
HSV(B) 357.47º 0.88% 0.74% -
XYZ 21.25 11.35 2.23 -
YUV 72.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 188 22 29 0 0.88 0.85 0.26 357.47 0.79 0.41
Hex BC 16 1D 0 58 55 1A 165 4F 29
Octal 274 26 35 0 130 125 32 545 117 51
Binary 10111100 10110 11101 0 1011000 1010101 11010 101100101 1001111 101001

Color Harmonies of #BC161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC161D

Black with #BC161D

Text Example


Text Example

White with #BC161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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