#BC1823

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

Shades of Fire Engine Red #BC1823

Tints of Fire Engine Red #BC1823

Color information

#BC1823 (or 0xBC1823) is unknown color: approx Fire Engine Red. HEX triplet: BC, 18 and 23. RGB value is (188,24,35). Sum of RGB (Red+Green+Blue) = 188+24+35=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1823 is #43E7DC. Grayscale: #4A4A4A. Windows color (decimal): -4450269 or 2300092. OLE color: 2300092.

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

Color convert

RGB1882435-
CMYK00.870.810.26
HSL355.98º77.36%41.57%-
HSV(B)355.98º87.23%73.73%-
XYZ21.3711.472.68-
YUV74.29105.83209.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 35 (14.06% from 255) = 14.17%
R=76.11%
G=9.72%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188243500.870.810.26355.9877.3641.57
HexBC1823057511A1644d2a
Octal274304301271213254411552
Binary1011110011000100011010101111010001110101011001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1823; }

 p { color: rgb(188,24,35); }

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

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

 a { background-color: rgb(188,24,35); }

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

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

 span { border-color: rgb(188,24,35); }

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