#bc1c21

Color #BC1C21 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BC1C21

Tints of Fire Engine Red #BC1C21

Color information

#BC1C21 (or 0xBC1C21) is unknown color: approx Fire Engine Red. HEX triplet: BC, 1C and 21. RGB value is (188,28,33). Sum of RGB (Red+Green+Blue) = 188+28+33=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C21 is #43E3DE. Grayscale: #4C4C4C. Windows color (decimal): -4449247 or 2170044. OLE color: 2170044.

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

Color convert

RGB1882833-
CMYK00.850.820.26
HSL358.12º74.07%42.35%-
HSV(B)358.12º85.11%73.73%-
XYZ21.4311.632.55-
YUV76.41103.51207.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.50%
GREEN value IS 28 (11.33% from 255) = 11.24%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=75.50%
G=11.24%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188283300.850.820.26358.1274.0742.35
HexBC1C21055521A1664a2a
Octal274344101251223254611252
Binary1011110011100100001010101011010010110101011001101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc1c21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc1c21; }

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

 H1.HeaderClassName
 {
   color: #bc1c21;
 }
 .AnyTagClassName
 {
   color: #bc1c21;
 }
</style>
background-color css

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

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

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

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

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

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