Html Css Color HEX #BC161C Fire Engine Red

📋 copy color: '#BC161C'

red 188 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #BC161C

Tints of Fire Engine Red #BC161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 78.99%
G = 9.24%
B = 11.76%

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

#BC161C (or 0xBC161C) is known color: Fire Engine Red. HEX triplet: BC, 16 and 1C. RGB value is (188,22,28). Sum of RGB (Red+Green+Blue) = 188+22+28=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC161C is #43E9E3. Grayscale: #484848. Windows color (decimal): -4450788 or 1840828. OLE color: 1840828.

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

Color convert

RGB 188 22 28 -
CMYK 0 0.88 0.85 0.26
HSL 357.83º 0.79% 0.41% -
HSV(B) 357.83º 0.88% 0.74% -
XYZ 21.24 11.35 2.17 -
YUV 72.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 188 22 28 0 0.88 0.85 0.26 357.83 0.79 0.41
Hex BC 16 1C 0 58 55 1A 166 4F 29
Octal 274 26 34 0 130 125 32 546 117 51
Binary 10111100 10110 11100 0 1011000 1010101 11010 101100110 1001111 101001

Color Harmonies of #BC161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC161C

Black with #BC161C

Text Example


Text Example

White with #BC161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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