Html Css Color HEX #BC1B28 Fire Engine Red

📋 copy color: '#BC1B28'

red 188 ◦ green 27 ◦ blue 40

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

Shades of Fire Engine Red #BC1B28

Tints of Fire Engine Red #BC1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 73.73%
G = 10.59%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC1B28 (or 0xBC1B28) is known color: Fire Engine Red. HEX triplet: BC, 1B and 28. RGB value is (188,27,40). Sum of RGB (Red+Green+Blue) = 188+27+40=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B28 is #43E4D7. Grayscale: #4C4C4C. Windows color (decimal): -4449496 or 2628540. OLE color: 2628540.

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

Color convert

RGB 188 27 40 -
CMYK 0 0.86 0.79 0.26
HSL 355.16º 0.75% 0.42% -
HSV(B) 355.16º 0.86% 0.74% -
XYZ 21.51 11.63 3.12 -
YUV 76.62 107.34 207.44 -
System Red Green Blue C M Y K H S L
Decimal 188 27 40 0 0.86 0.79 0.26 355.16 0.75 0.42
Hex BC 1B 28 0 56 4F 1A 163 4B 2A
Octal 274 33 50 0 126 117 32 543 113 52
Binary 10111100 11011 101000 0 1010110 1001111 11010 101100011 1001011 101010

Color Harmonies of #BC1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1B28

Black with #BC1B28

Text Example


Text Example

White with #BC1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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